Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dirq_work.c105 __smp_call_single_queue(cpu, &work->llnode); in irq_work_queue_on()
H A Dsmp.c258 void __smp_call_single_queue(int cpu, struct llist_node *node) in __smp_call_single_queue() function
305 __smp_call_single_queue(cpu, &csd->llist); in generic_exec_single()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsmp.h46 extern void __smp_call_single_queue(int cpu, struct llist_node *node);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2826 __smp_call_single_queue(cpu, &p->wake_entry.llist); in __ttwu_queue_wakelist()