Searched refs:handle_list (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dntdomain.h130 struct handle_list { struct
298 struct handle_list *pipe_handles;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_lsa_hnd.c51 struct handle_list *hl = NULL;
73 if ((hl = SMB_MALLOC_P(struct handle_list)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h90 * for another stripe. The "handle_list" contains stripes that need
97 * The inactive_list, handle_list and hash bucket lists are all protected by the
103 * handle_list else inactive_list
108 * handle_list and if recount is 0 and STRIPE_HANDLE is not set, then
124 * lockdev if (!--cnt) { if STRIPE_HANDLE, add to handle_list else add to inactive-list } unlockdev
202 struct list_head lru; /* inactive_list or handle_list */
373 struct list_head handle_list; /* stripes needing handling */ member in struct:raid5_private_data
H A Draid5.c211 list_add_tail(&sh->lru, &conf->handle_list);
3922 * increments when the handle_list is handled before the hold_list; however, it
3926 * handle_list.
3934 list_empty(&conf->handle_list) ? "empty" : "busy",
3938 if (!list_empty(&conf->handle_list)) {
3939 sh = list_entry(conf->handle_list.next, typeof(*sh), lru);
4867 INIT_LIST_HEAD(&conf->handle_list);

Completed in 121 milliseconds