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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c455 for (lp = list_head(&ncl->ncl_list); lp;
456 lp = list_next(&ncl->ncl_list, lp)) {
528 for (lp = list_head(&ncl->ncl_list); lp; lp = next) {
529 next = list_next(&ncl->ncl_list, lp);
538 list_remove(&ncl->ncl_list, lp);
735 list_create(&ncl->ncl_list, sizeof (sdev_nc_node_t),
755 for (lp = list_head(&ncl->ncl_list); lp;
756 lp = list_next(&ncl->ncl_list, lp)) {
788 list_insert_tail(&ncl->ncl_list, new);
866 list_remove(&ncl->ncl_list, l
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h391 list_t ncl_list; /* the list itself */ member in struct:sdev_nc_list
393 krwlock_t ncl_lock; /* protects ncl_list */

Completed in 81 milliseconds