Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DlistRCU.rst371 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
/OK3568_Linux_fs/kernel/fs/
H A Dtimerfd.c51 static LIST_HEAD(cancel_list);
106 list_for_each_entry_rcu(ctx, &cancel_list, clist) { in timerfd_clock_was_set()
154 list_add_rcu(&ctx->clist, &cancel_list); in timerfd_setup_cancel()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_recover.c1851 LIST_HEAD(cancel_list); in xlog_recover_reorder_trans()
1886 list_move(&item->ri_list, &cancel_list); in xlog_recover_reorder_trans()
1906 if (!list_empty(&cancel_list)) in xlog_recover_reorder_trans()
1907 list_splice_tail(&cancel_list, &trans->r_itemq); in xlog_recover_reorder_trans()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dmad.c2414 struct list_head cancel_list; in cancel_mads() local
2416 INIT_LIST_HEAD(&cancel_list); in cancel_mads()
2428 list_splice_init(&mad_agent_priv->wait_list, &cancel_list); in cancel_mads()
2436 &cancel_list, agent_list) { in cancel_mads()