Searched refs:work_to_do (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | tasklet.c | 47 unsigned long *work_to_do = &per_cpu(tasklet_work_to_do, cpu); in tasklet_enqueue() local 49 if ( !test_and_set_bit(_TASKLET_enqueued, work_to_do) ) in tasklet_enqueue() 110 unsigned long *work_to_do = &per_cpu(tasklet_work_to_do, cpu); in do_tasklet() local 130 clear_bit(_TASKLET_enqueued, work_to_do); in do_tasklet()
|
A D | livepatch.c | 105 static DEFINE_PER_CPU(bool_t, work_to_do); 1242 this_cpu(work_to_do) = 1; in schedule_work() 1251 this_cpu(work_to_do) = 1; in reschedule_fn() 1295 if ( !per_cpu(work_to_do, cpu ) ) in check_for_livepatch_work() 1302 per_cpu(work_to_do, cpu) = 0; in check_for_livepatch_work() 1319 per_cpu(work_to_do, cpu) = 0; in check_for_livepatch_work() 1371 per_cpu(work_to_do, cpu) = 0; in check_for_livepatch_work() 1402 per_cpu(work_to_do, cpu) = 0; in check_for_livepatch_work()
|
Completed in 6 milliseconds