Searched refs:plimit (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/sys/sys/ |
| HD | resourcevar.h | 78 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);
|
| HD | proc.h | 256 struct plimit *td_limit; /* (k) Resource limits. */ 556 struct plimit *p_limit; /* (c) Resource limits. */
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_resource.c | 647 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()
|
| HD | kern_acct.c | 137 static struct plimit *acct_limit; 344 struct plimit *oldlim; in acct_process()
|
| HD | kern_thread.c | 483 struct plimit *oldlimit; in thread_cow_update()
|
| /freebsd-11-stable/sys/fs/procfs/ |
| HD | procfs_rlimit.c | 66 struct plimit *limp; in procfs_doprocrlimit()
|
| /freebsd-11-stable/sys/dev/ntb/ |
| HD | ntb.h | 174 bus_addr_t *plimit);
|
| HD | ntb.c | 362 bus_addr_t *plimit) in ntb_mw_get_range() argument 367 base, vbase, size, align, align_size, plimit)); in ntb_mw_get_range()
|
| HD | ntb_if.m | 111 bus_addr_t *plimit;
|
| /freebsd-11-stable/contrib/lua/src/ |
| HD | lvm.c | 1216 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/ |
| HD | ntb_hw_plx.c | 596 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()
|
| HD | ntb_hw_intel.c | 2798 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/ |
| HD | lvm.c | 843 const TValue *plimit = ra+1; in luaV_execute() 847 else if (!tonumber(plimit, ra+1)) in luaV_execute()
|
| /freebsd-11-stable/sys/compat/linprocfs/ |
| HD | linprocfs.c | 1363 struct plimit *limp; in linprocfs_doproclimits()
|