Searched defs:cflags (Results 1 – 2 of 2) sorted by relevance
2055 static int try_to_grab_pending(struct work_struct *work, u32 cflags, in try_to_grab_pending()2159 static bool work_grab_pending(struct work_struct *work, u32 cflags, in work_grab_pending()4319 static bool __cancel_work(struct work_struct *work, u32 cflags) in __cancel_work()4338 static bool __cancel_work_sync(struct work_struct *work, u32 cflags) in __cancel_work_sync()
195 unsigned long cflags = sd->flags, pflags = parent->flags; in sd_parent_degenerate() local