Home
last modified time | relevance | path

Searched refs:cancel_list (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/RCU/
H A DlistRCU.rst404 are added to an RCU-managed ``cancel_list`` when they are setup in
416 list_add_rcu(&ctx->clist, &cancel_list);
427 ``cancel_list`` and destroyed, as shown in this simplified and inlined
453 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating
454 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale
464 list_for_each_entry_rcu(ctx, &cancel_list, clist) {
479 ``cancel_list`` happens concurrently with object addition and removal,
/linux/fs/
H A Dtimerfd.c49 static LIST_HEAD(cancel_list);
102 list_for_each_entry_rcu(ctx, &cancel_list, clist) { in timerfd_clock_was_set()
166 list_add_rcu(&ctx->clist, &cancel_list); in timerfd_setup_cancel()
/linux/net/9p/
H A Dtrans_fd.c188 LIST_HEAD(cancel_list); in p9_conn_cancel()
202 list_move(&req->req_list, &cancel_list); in p9_conn_cancel()
206 list_move(&req->req_list, &cancel_list); in p9_conn_cancel()
212 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel()
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c2858 LIST_HEAD(cancel_list); in lpfc_nvmels_flush_cmd()
2871 list_splice_init(&pring->txq, &cancel_list); in lpfc_nvmels_flush_cmd()
2875 list_move_tail(&piocb->list, &cancel_list); in lpfc_nvmels_flush_cmd()
2883 if (!list_empty(&cancel_list)) in lpfc_nvmels_flush_cmd()
2884 lpfc_sli_cancel_iocbs(phba, &cancel_list, IOSTAT_LOCAL_REJECT, in lpfc_nvmels_flush_cmd()
H A Dlpfc_els.c9541 LIST_HEAD(cancel_list); in lpfc_els_flush_cmd()
9622 list_move_tail(&piocb->list, &cancel_list); in lpfc_els_flush_cmd()
9628 if (!list_empty(&cancel_list)) in lpfc_els_flush_cmd()
9629 lpfc_sli_cancel_iocbs(phba, &cancel_list, IOSTAT_LOCAL_REJECT, in lpfc_els_flush_cmd()
/linux/fs/xfs/
H A Dxfs_log_recover.c1900 LIST_HEAD(cancel_list); in xlog_recover_reorder_trans()
1935 list_move(&item->ri_list, &cancel_list); in xlog_recover_reorder_trans()
1955 if (!list_empty(&cancel_list)) in xlog_recover_reorder_trans()
1956 list_splice_tail(&cancel_list, &trans->r_itemq); in xlog_recover_reorder_trans()
/linux/drivers/infiniband/core/
H A Dmad.c2404 struct list_head cancel_list; in cancel_mads() local
2406 INIT_LIST_HEAD(&cancel_list); in cancel_mads()
2418 list_splice_init(&mad_agent_priv->wait_list, &cancel_list); in cancel_mads()
2426 &cancel_list, agent_list) { in cancel_mads()