Searched refs:spu_work (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dpr_util.h30 extern struct delayed_work spu_work;
H A Dspu_profiler.c221 schedule_delayed_work(&spu_work, DEFAULT_TIMER_EXPIRE);
236 schedule_delayed_work(&spu_work, DEFAULT_TIMER_EXPIRE);
H A Dspu_task_sync.c41 struct delayed_work spu_work; variable in typeref:struct:delayed_work
133 schedule_delayed_work(&spu_work, DEFAULT_TIMER_EXPIRE);
526 INIT_DELAYED_WORK(&spu_work, wq_sync_spu_buff);
652 cancel_delayed_work(&spu_work);

Completed in 43 milliseconds