Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dresourcevar.h77 struct plimit { struct
83 struct plimit *limp; argument
147 struct plimit
149 void lim_copy(struct plimit *dst, struct plimit *src);
166 void lim_free(struct plimit *limp);
167 void lim_freen(struct plimit *limp, int n);
168 struct plimit
169 *lim_hold(struct plimit *limp);
170 struct plimit
H A Dproc.h287 struct plimit *td_limit; /* (k) Resource limits. */
660 struct plimit *p_limit; /* (c) Resource limits. */
/freebsd/sys/kern/
H A Dkern_resource.c654 struct plimit *newlim, *oldlim, *oldlim_td; in kern_proc_setrlimit()
1201 struct plimit *
1204 struct plimit *limp; in lim_alloc()
1211 struct plimit *
1212 lim_hold(struct plimit *limp) in lim_hold()
1219 struct plimit *
1224 struct plimit *oldlimit; in lim_cowsync()
1254 lim_free(struct plimit *limp) in lim_free()
1262 lim_freen(struct plimit *limp, int n) in lim_freen()
1272 struct plimit *limp; in limbatch_add()
[all …]
H A Dkern_thread.c895 struct plimit *oldlimit; in thread_cow_update()
/freebsd/sys/fs/procfs/
H A Dprocfs_rlimit.c63 struct plimit *limp; in procfs_doprocrlimit()
/freebsd/sys/dev/ntb/
H A Dntb.h215 bus_addr_t *plimit);
H A Dntb.c383 bus_addr_t *plimit) in ntb_mw_get_range() argument
388 base, vbase, size, align, align_size, plimit)); in ntb_mw_get_range()
H A Dntb_if.m128 bus_addr_t *plimit;
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c344 bus_addr_t *plimit) in amd_ntb_mw_get_range() argument
369 if (plimit != NULL) { in amd_ntb_mw_get_range()
376 *plimit = BUS_SPACE_MAXADDR_32BIT; in amd_ntb_mw_get_range()
378 *plimit = BUS_SPACE_MAXADDR; in amd_ntb_mw_get_range()
H A Dntb_hw_plx.c639 bus_addr_t *plimit) in ntb_plx_mw_get_range() argument
699 if (plimit != NULL) in ntb_plx_mw_get_range()
700 *plimit = mw->mw_64bit ? BUS_SPACE_MAXADDR : in ntb_plx_mw_get_range()
H A Dntb_hw_intel.c3553 bus_addr_t *plimit) in intel_ntb_mw_get_range() argument
3589 if (plimit != NULL) in intel_ntb_mw_get_range()
3590 *plimit = limit; in intel_ntb_mw_get_range()
/freebsd/contrib/lua/src/
H A Dlvm.c212 TValue *plimit = s2v(ra + 1); in forprep() local
221 if (forlimit(L, init, plimit, &limit, step)) in forprep()
237 setivalue(plimit, l_castU2S(count)); in forprep()
242 if (l_unlikely(!tonumber(plimit, &limit))) in forprep()
243 luaG_forerror(L, plimit, "limit"); in forprep()
255 setfltvalue(plimit, limit); in forprep()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c843 const TValue *plimit = ra+1; in luaV_execute()
847 else if (!tonumber(plimit, ra+1)) in luaV_execute()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1892 struct plimit *limp; in linprocfs_doproclimits()