Searched refs:cancel_list (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/Documentation/RCU/ |
D | listRCU.rst | 371 to an RCU-managed ``cancel_list`` when they are setup in 382 list_add_rcu(&ctx->clist, &cancel_list); 390 timerfd object is cleared, the object removed from the ``cancel_list`` and 413 ``cancel_list`` and wakes up processes waiting on the timerfd. While iterating 414 the ``cancel_list``, the ``might_cancel`` flag is consulted to skip stale 423 list_for_each_entry_rcu(ctx, &cancel_list, clist) { 437 The key point here is, because RCU-traversal of the ``cancel_list`` happens
|
/linux-5.19.10/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-5.19.10/net/9p/ |
D | trans_fd.c | 188 LIST_HEAD(cancel_list); in p9_conn_cancel() 202 list_move(&req->req_list, &cancel_list); in p9_conn_cancel() 205 list_move(&req->req_list, &cancel_list); in p9_conn_cancel() 208 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel()
|
/linux-5.19.10/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-5.19.10/drivers/infiniband/core/ |
D | mad.c | 2409 struct list_head cancel_list; in cancel_mads() local 2411 INIT_LIST_HEAD(&cancel_list); in cancel_mads() 2423 list_splice_init(&mad_agent_priv->wait_list, &cancel_list); in cancel_mads() 2431 &cancel_list, agent_list) { in cancel_mads()
|