Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dresourcevar.h80 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 Dproc.h278 struct plimit *td_limit; /* (k) Resource limits. */
605 struct plimit *p_limit; /* (c) Resource limits. */
/f-stack/tools/compat/include/sys/
H A Dresourcevar.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);
/f-stack/dpdk/lib/librte_ipsec/
H A Diph.h70 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 Dkern_resource.c658 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 Dkern_acct.c144 static struct plimit *acct_limit;
352 struct plimit *oldlim; in acct_process()
H A Dkern_thread.c587 struct plimit *lim; in thread_reap_domain()
821 struct plimit *oldlimit; in thread_cow_update()
/f-stack/lib/
H A Dff_glue.c739 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 Dlvm.c668 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 Dlvm.c844 const TValue *plimit = ra+1; in luaV_execute()
848 else if (!tonumber(plimit, ra+1)) in luaV_execute()