Home
last modified time | relevance | path

Searched refs:plimit (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/sys/sys/
HDresourcevar.h78 struct plimit { struct
132 struct plimit
134 void lim_copy(struct plimit *dst, struct plimit *src);
138 void lim_free(struct plimit *limp);
139 struct plimit
140 *lim_hold(struct plimit *limp);
HDproc.h256 struct plimit *td_limit; /* (k) Resource limits. */
556 struct plimit *p_limit; /* (c) Resource limits. */
/freebsd-11-stable/sys/kern/
HDkern_resource.c647 struct plimit *newlim, *oldlim; in kern_proc_setrlimit()
1182 struct plimit *
1185 struct plimit *limp; in lim_alloc()
1187 limp = malloc(sizeof(struct plimit), M_PLIMIT, M_WAITOK); in lim_alloc()
1192 struct plimit *
1193 lim_hold(struct plimit *limp) in lim_hold()
1215 lim_free(struct plimit *limp) in lim_free()
1227 lim_copy(struct plimit *dst, struct plimit *src) in lim_copy()
HDkern_acct.c137 static struct plimit *acct_limit;
344 struct plimit *oldlim; in acct_process()
HDkern_thread.c483 struct plimit *oldlimit; in thread_cow_update()
/freebsd-11-stable/sys/fs/procfs/
HDprocfs_rlimit.c66 struct plimit *limp; in procfs_doprocrlimit()
/freebsd-11-stable/sys/dev/ntb/
HDntb.h174 bus_addr_t *plimit);
HDntb.c362 bus_addr_t *plimit) in ntb_mw_get_range() argument
367 base, vbase, size, align, align_size, plimit)); in ntb_mw_get_range()
HDntb_if.m111 bus_addr_t *plimit;
/freebsd-11-stable/contrib/lua/src/
HDlvm.c1216 TValue *plimit = ra + 1; in luaV_execute() local
1221 forlimit(plimit, &ilimit, ivalue(pstep), &stopnow)) { in luaV_execute()
1224 setivalue(plimit, ilimit); in luaV_execute()
1229 if (!tonumber(plimit, &nlimit)) in luaV_execute()
1231 setfltvalue(plimit, nlimit); in luaV_execute()
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
HDntb_hw_plx.c596 bus_addr_t *plimit) in ntb_plx_mw_get_range() argument
656 if (plimit != NULL) in ntb_plx_mw_get_range()
657 *plimit = mw->mw_64bit ? BUS_SPACE_MAXADDR : in ntb_plx_mw_get_range()
HDntb_hw_intel.c2798 bus_addr_t *plimit) in intel_ntb_mw_get_range() argument
2834 if (plimit != NULL) in intel_ntb_mw_get_range()
2835 *plimit = limit; in intel_ntb_mw_get_range()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlvm.c843 const TValue *plimit = ra+1; in luaV_execute()
847 else if (!tonumber(plimit, ra+1)) in luaV_execute()
/freebsd-11-stable/sys/compat/linprocfs/
HDlinprocfs.c1363 struct plimit *limp; in linprocfs_doproclimits()