Searched refs:portfop_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c92 * Each file events watch is represented by 'portfop_t' in the kernel. A
93 * cache(in portfop_cache_t) of these portfop_t's are maintained per event
95 * structure. The portfop_t's are hashed in using the object pointer. Therefore
126 * Each file events watch is represented by the structure portfop_t. They
127 * get added to a list of portfop_t's on the vnode(portfop_vp_t). After
128 * delivering an event, the portfop_t is marked inactive but retained. It is
129 * moved to the end of the list. All the active portfop_t's are maintained at
130 * the beginning. In case of exception events, the portfop_t will be removed
159 * There is one portfop_t per watch registered. These are on the vnode's list
160 * protected by the mutex 'pvp_mutex' in 'portfop_vp_t'. The portfop_t'
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h223 (portfop_t **)(&(pcp)->pfc_hash[(((ulong_t)id >> 8) & \
252 } portfop_t; typedef in typeref:struct:portfop

Completed in 47 milliseconds