Searched defs:work_struct (Results 1 – 2 of 2) sorted by relevance
16 struct work_struct { struct17 atomic_long_t data;18 struct list_head entry;19 work_func_t func;21 struct lockdep_map lockdep_map;
206 static inline void INIT_SAS_WORK(struct sas_work *sw, void (*fn)(struct work_struct *)) in INIT_SAS_WORK()284 void (*fn)(struct work_struct *), in INIT_SAS_EVENT()
Completed in 6 milliseconds