Searched refs:plimit (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | resourcevar.h | 80 struct plimit { struct 128 struct plimit 130 void lim_copy(struct plimit *dst, struct plimit *src); 149 void lim_free(struct plimit *limp); 150 void lim_freen(struct plimit *limp, int n); 151 struct plimit 152 *lim_hold(struct plimit *limp);
|
| H A D | proc.h | 278 struct plimit *td_limit; /* (k) Resource limits. */ 605 struct plimit *p_limit; /* (c) Resource limits. */
|
| /f-stack/tools/compat/include/sys/ |
| H A D | 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);
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | iph.h | 70 uint8_t *pd, *plimit; in update_trs_l3hdr() local 74 plimit = pd + l3len; in update_trs_l3hdr() 77 while (pd + ext_len < plimit) { in update_trs_l3hdr() 85 if (unlikely(pd + ext_len != plimit)) in update_trs_l3hdr()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_resource.c | 658 struct plimit *newlim, *oldlim; in kern_proc_setrlimit() 1200 struct plimit * 1203 struct plimit *limp; in lim_alloc() 1205 limp = malloc(sizeof(struct plimit), M_PLIMIT, M_WAITOK); in lim_alloc() 1210 struct plimit * 1211 lim_hold(struct plimit *limp) in lim_hold() 1233 lim_free(struct plimit *limp) in lim_free() 1241 lim_freen(struct plimit *limp, int n) in lim_freen() 1253 lim_copy(struct plimit *dst, struct plimit *src) in lim_copy()
|
| H A D | kern_acct.c | 144 static struct plimit *acct_limit; 352 struct plimit *oldlim; in acct_process()
|
| H A D | kern_thread.c | 587 struct plimit *lim; in thread_reap_domain() 821 struct plimit *oldlimit; in thread_cow_update()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 739 struct plimit * 742 struct plimit *limp; in lim_alloc() 744 limp = malloc(sizeof(struct plimit), M_PLIMIT, M_WAITOK); in lim_alloc() 749 struct plimit * 750 lim_hold(struct plimit *limp) in lim_hold()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 668 const TValue *plimit = ra+1; in luaV_execute() local 673 else if (!tonumber(plimit, ra+1)) in luaV_execute()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 844 const TValue *plimit = ra+1; in luaV_execute() 848 else if (!tonumber(plimit, ra+1)) in luaV_execute()
|