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

/linux-master/fs/vboxsf/
H A Dvfsmod.h57 struct list_head handle_list; member in struct:vboxsf_inode
58 /* This mutex protects handle_list accesses */
H A Dfile.c43 list_add(&sf_handle->head, &sf_i->handle_list);
259 list_for_each_entry(h, &sf_i->handle_list, head) {
H A Dsuper.c250 INIT_LIST_HEAD(&sf_i->handle_list);
/linux-master/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
102 * handle_list else inactive_list
107 * handle_list and if recount is 0 and STRIPE_HANDLE is not set, then
123 * 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 */
515 struct list_head handle_list; member in struct:r5worker_group
615 struct list_head handle_list; /* stripes needing handling */ member in struct:r5conf
H A Draid5.c194 list_add_tail(&sh->lru, &group->handle_list);
267 &conf->handle_list);
5550 * increments when the handle_list is handled before the hold_list; however, it
5554 * handle_list.
5560 struct list_head *handle_list = NULL; variable in typeref:struct:list_head
5571 handle_list = try_loprio ? &conf->loprio_list :
5572 &conf->handle_list;
5574 handle_list = try_loprio ? &conf->worker_groups[group].loprio_list :
5575 &conf->worker_groups[group].handle_list;
5580 handle_list
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.c358 hnae_list_add(&dev->lock, &handle->node, &dev->handle_list);
429 INIT_LIST_HEAD(&hdev->handle_list);
H A Dhnae.h538 struct list_head handle_list; member in struct:hnae_ae_dev
539 spinlock_t lock; /* lock to protect the handle_list */
559 struct list_head node; /* list to hnae_ae_dev->handle_list */

Completed in 153 milliseconds