Searched refs:uidinfo (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dresourcevar.h96 struct uidinfo { struct
97 LIST_ENTRY(uidinfo) ui_hash; /* (c) hash chain of uidinfos */
123 int chgkqcnt(struct uidinfo *uip, int diff, rlim_t max);
124 int chgproccnt(struct uidinfo *uip, int diff, rlim_t maxval);
125 int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to,
127 int chgptscnt(struct uidinfo *uip, int diff, rlim_t maxval);
128 int chgumtxcnt(struct uidinfo *uip, int diff, rlim_t maxval);
154 struct uidinfo
156 void uifree(struct uidinfo *uip);
158 void uihold(struct uidinfo *ui
[all...]
H A Ducred.h58 struct uidinfo *cr_uidinfo; /* per euid resource consumption */
59 struct uidinfo *cr_ruidinfo; /* per ruid resource consumption */
100 void change_euid(struct ucred *newcred, struct uidinfo *euip);
102 void change_ruid(struct ucred *newcred, struct uidinfo *ruip);
H A Drctl.h45 struct uidinfo;
58 * appropriate struct uidinfo, and to all the processes of that user.
71 struct uidinfo *rs_uip;
/freebsd-11-stable/sys/kern/
H A Dkern_resource.c71 static MALLOC_DEFINE(M_UIDINFO, "uidinfo", "uidinfo structures");
74 static LIST_HEAD(uihashhead, uidinfo) *uihashtbl;
80 static struct uidinfo *uilookup(uid_t uid);
1312 rw_init(&uihashtbl_lock, "uidinfo hash");
1316 * Look up a uidinfo struct for the parameter uid.
1318 * Increase refcount on uidinfo struct returned.
1320 static struct uidinfo *
1324 struct uidinfo *uip;
1338 * Find or allocate a struct uidinfo fo
[all...]
H A Dkern_prot.c496 struct uidinfo *uip;
615 struct uidinfo *euip;
896 struct uidinfo *euip, *ruip;
1036 struct uidinfo *euip, *ruip;
1870 * allocate a uidinfo structure.
2180 change_euid(struct ucred *newcred, struct uidinfo *euip)
2211 change_ruid(struct ucred *newcred, struct uidinfo *ruip)
H A Dkern_rctl.c124 * with uidinfo for user X, and to each process of that user.
370 * Called every second for proc, uidinfo, loginclass, and jail containers.
1083 * over all the uidinfo structures in the system,
1269 struct uidinfo *uip;
1607 struct uidinfo *uip;
1952 struct uidinfo *newuip;
H A Dkern_racct.c1044 struct uidinfo *olduip, *newuip;
H A Dkern_exec.c359 struct uidinfo *euip = NULL;
/freebsd-11-stable/share/man/man9/
H A DMakefile296 uidinfo.9 \
1871 MLINKS+=uidinfo.9 uifind.9 \
1872 uidinfo.9 uifree.9 \
1873 uidinfo.9 uihashinit.9 \
1874 uidinfo.9 uihold.9
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c188 struct uidinfo *uip;
255 struct uidinfo *uip;
289 struct uidinfo *uip;
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_subr.c755 struct uidinfo *rootinfo;

Completed in 112 milliseconds