Searched defs:work (Results 1 – 9 of 9) sorted by relevance
28 struct work_struct *work; member32 static osal_workqueue *osal_find_work(struct work_struct *work) in osal_find_work()55 static int osal_del_work(struct work_struct *work) in osal_del_work()81 static void osal_work_handler(struct work_struct *work) in osal_work_handler()89 int osal_workqueue_init(osal_workqueue *work, osal_workqueue_handler handler) in osal_workqueue_init()121 int osal_workqueue_schedule(osal_workqueue *work) in osal_workqueue_schedule()131 void osal_workqueue_destroy(osal_workqueue *work) in osal_workqueue_destroy()141 int osal_workqueue_flush(osal_workqueue *work) in osal_workqueue_flush()
27 struct work_struct *work; member31 static struct osal_work_struct *osal_find_work(struct work_struct *work) in osal_find_work()48 static int osal_del_work(struct work_struct *work) in osal_del_work()69 static void osal_work_func(struct work_struct *work) in osal_work_func()77 int osal_init_work(struct osal_work_struct *work, osal_work_func_t func) in osal_init_work()104 int osal_schedule_work(struct osal_work_struct *work) in osal_schedule_work()114 void osal_destroy_work(struct osal_work_struct *work) in osal_destroy_work()
45 inline hi_void hi_workqueue_init_work(hi_work *work, work_func func) in hi_workqueue_init_work()51 inline hi_s32 hi_workqueue_add_work(hi_workqueue *workqueue, hi_work *work) in hi_workqueue_add_work()57 inline hi_bool hi_workqueue_cancle_work_sync(hi_work *work) in hi_workqueue_cancle_work_sync()63 inline hi_bool hi_workqueue_is_busy(hi_work *work) in hi_workqueue_is_busy()
174 #define oal_work_is_busy(work) work_busy(work) argument176 #define oal_cancel_work_sync(work) cancel_work_sync(work) argument
53 struct osal_work_struct work; member823 static hi_s32 tde_list_comp_delete_job(hi_bool work, hi_s32 finished_handle, hi_size_t *lockflags)881 hi_bool work = HI_TRUE; local946 void tde_osi_list_freevmem(struct osal_work_struct *work)
326 static hi_void tp_ts_work_func(struct work_struct *work) in tp_ts_work_func()
109 void *work; member
183 void *work; member
186 void *work; member