Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dtimerfd.c43 struct list_head clist; member
103 list_for_each_entry_rcu(ctx, &cancel_list, clist) { in timerfd_clock_was_set()
122 list_del_rcu(&ctx->clist); in __timerfd_remove_cancel()
151 list_add_rcu(&ctx->clist, &cancel_list); in timerfd_setup_cancel()