Searched refs:cancel_list (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/Documentation/RCU/ |
D | listRCU.rst | 395 are added to an RCU-managed ``cancel_list`` when they are setup in 407 list_add_rcu(&ctx->clist, &cancel_list); 418 ``cancel_list`` and destroyed, as shown in this simplified and inlined 444 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating 445 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale 455 list_for_each_entry_rcu(ctx, &cancel_list, clist) { 470 ``cancel_list`` happens concurrently with object addition and removal,
|
/linux-6.6.21/fs/ |
D | timerfd.c | 49 static LIST_HEAD(cancel_list); 104 list_for_each_entry_rcu(ctx, &cancel_list, clist) { in timerfd_clock_was_set() 168 list_add_rcu(&ctx->clist, &cancel_list); in timerfd_setup_cancel()
|
/linux-6.6.21/net/9p/ |
D | trans_fd.c | 189 LIST_HEAD(cancel_list); in p9_conn_cancel() 203 list_move(&req->req_list, &cancel_list); in p9_conn_cancel() 207 list_move(&req->req_list, &cancel_list); in p9_conn_cancel() 213 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_log_recover.c | 1871 LIST_HEAD(cancel_list); in xlog_recover_reorder_trans() 1906 list_move(&item->ri_list, &cancel_list); in xlog_recover_reorder_trans() 1926 if (!list_empty(&cancel_list)) in xlog_recover_reorder_trans() 1927 list_splice_tail(&cancel_list, &trans->r_itemq); in xlog_recover_reorder_trans()
|
/linux-6.6.21/drivers/infiniband/core/ |
D | mad.c | 2404 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()
|
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_els.c | 9607 LIST_HEAD(cancel_list); in lpfc_els_flush_cmd() 9677 list_move_tail(&piocb->list, &cancel_list); in lpfc_els_flush_cmd() 9683 if (!list_empty(&cancel_list)) in lpfc_els_flush_cmd() 9684 lpfc_sli_cancel_iocbs(phba, &cancel_list, IOSTAT_LOCAL_REJECT, in lpfc_els_flush_cmd()
|