Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c150 struct callout_slist cc_callfree; member
276 SLIST_INIT(&cc->cc_callfree); in callout_cpu_init()
293 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cpu_init()
379 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cc_del()
638 new = SLIST_FIRST(&cc->cc_callfree);
642 SLIST_REMOVE_HEAD(&cc->cc_callfree, c_links.sle);