Searched defs:fi_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Duser.h122 int fi_nfiles; /* number of entries in fi_list[] */
123 uf_entry_t *volatile fi_list; /* current file list */ member in struct:uf_info
130 * Each process has a list of open files, fi_list, indexed by fd.
131 * fi_list is an array of uf_entry_t structures, each with its own lock.
134 * ufp = fip->fi_list[fd];
138 * fi_list can change in the window between loading ufp and entering uf_lock.
142 * (1) fi_lock protects fi_list and fi_nfiles. It also protects the
149 * ufp->uf_alloc, ufp->uf_busy, fip->fi_list and fip->fi_nfiles from
154 * (4) Note that fip->fi_list and fip->fi_nfiles cannot change while *any*
160 uf_entry_t *_flist = (fip)->fi_list; \
[all...]

Completed in 65 milliseconds