Searched refs:pend_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/scsi/megaraid/
H A Dmega_common.h107 * @pend_list : pending commands list
161 struct list_head pend_list; member in struct:__anon95
H A Dmegaraid_mbox.c465 INIT_LIST_HEAD(&adapter->pend_list);
1871 list_add_tail(&scb_q->list, &adapter->pend_list);
1880 while (!list_empty(&adapter->pend_list)) {
1884 scb = list_entry(adapter->pend_list.next, scb_t, list);
1906 list_add(&scb->list, &adapter->pend_list);
2437 list_for_each_entry_safe(scb, tmp, &adapter->pend_list, list) {
2544 list_for_each_entry_safe(scb, tmp, &adapter->pend_list, list) {
/linux-master/fs/f2fs/
H A Dsegment.c944 struct list_head *pend_list; local
949 pend_list = &dcc->pend_list[plist_idx(len)];
962 list_add_tail(&dc->list, pend_list);
1407 list_move_tail(&dc->list, &dcc->pend_list[plist_idx(dc->di.len)]);
1624 struct list_head *pend_list; local
1648 pend_list = &dcc->pend_list[i];
1651 if (list_empty(pend_list))
1656 list_for_each_entry_safe(dc, tmp, pend_list, lis
1696 struct list_head *pend_list; local
[all...]
H A Dsysfs.c1472 struct list_head *pend_list; local
1478 pend_list = &dcc->pend_list[i];
1479 list_for_each_entry_safe(dc, tmp, pend_list, list)
H A Dsegment.h946 if (!list_empty(&dcc->pend_list[i])) {
H A Df2fs.h407 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */ member in struct:discard_cmd_control

Completed in 153 milliseconds