Searched refs:llist_head (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | hot.c | 449 } *llist_head, *llist_tail, *llist, *llist1; in g_forcelip_all() local 451 llist_head = llist_tail = NULL; in g_forcelip_all() 489 if (llist_head != NULL) { in g_forcelip_all() 490 for (llist1 = llist_head; llist1 != NULL; in g_forcelip_all() 509 if (llist_head == NULL) { in g_forcelip_all() 510 llist_head = llist_tail = llist; in g_forcelip_all() 520 while (llist_head) { in g_forcelip_all() 521 if ((err = g_force_lip(llist_head->adp_name, 0)) != 0) { in g_forcelip_all() 523 (void) g_destroy_data(llist_head); in g_forcelip_all() 526 llist = llist_head; in g_forcelip_all() [all …]
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_ofs_common.h | 132 typedef struct llist_head { struct 133 struct llist_head *prv; argument 134 struct llist_head *nxt; argument
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_lock.c | 823 smb_llist_t *llist_head, uint64_t *new_mark) in smb_is_range_unlocked() argument 831 lk = smb_llist_head(llist_head); in smb_is_range_unlocked() 834 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 839 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 851 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 855 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked() 877 lk = smb_llist_next(llist_head, lk); in smb_is_range_unlocked()
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 638 struct llist_head list;
|