Searched refs:osal_work_struct (Results 1 – 5 of 5) sorted by relevance
26 struct osal_work_struct *osal_work;31 static struct osal_work_struct *osal_find_work(struct work_struct *work) in osal_find_work()71 struct osal_work_struct *ow = osal_find_work(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()
181 typedef struct osal_work_struct { struct183 void (*func)(struct osal_work_struct *work); argument185 typedef void (*osal_work_func_t)(struct osal_work_struct *work);187 extern int osal_init_work(struct osal_work_struct *work, osal_work_func_t func);194 extern int osal_schedule_work(struct osal_work_struct *work);195 extern void osal_destroy_work(struct osal_work_struct *work);
181 typedef struct osal_work_struct { struct184 void (*func)(struct osal_work_struct *work); argument186 typedef void (*osal_work_func_t)(struct osal_work_struct *work);188 extern int osal_init_work(struct osal_work_struct *work, osal_work_func_t func);195 extern int osal_schedule_work(struct osal_work_struct *work);196 extern void osal_destroy_work(struct osal_work_struct *work);
184 typedef struct osal_work_struct { struct187 void (*func)(struct osal_work_struct *work); argument189 typedef void (*osal_work_func_t)(struct osal_work_struct *work);191 extern int osal_init_work(struct osal_work_struct *work, osal_work_func_t func);198 extern int osal_schedule_work(struct osal_work_struct *work);199 extern void osal_destroy_work(struct osal_work_struct *work);
53 struct osal_work_struct work;946 void tde_osi_list_freevmem(struct osal_work_struct *work)