Searched refs:WAKE_ALL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | dax.c | 149 * @WAKE_ALL: wake all waiters in the waitqueue 153 WAKE_ALL, enumerator 210 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry() 539 dax_wake_entry(xas, entry, WAKE_ALL); in grab_mapping_entry() 679 put_unlocked_entry(&xas, entry, WAKE_ALL); in __dax_invalidate_entry()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dax.c | 135 * @WAKE_ALL: wake all waiters in the waitqueue 139 WAKE_ALL, enumerator 196 __wake_up(wq, TASK_NORMAL, mode == WAKE_ALL ? 0 : 1, &key); in dax_wake_entry() 625 dax_wake_entry(xas, entry, WAKE_ALL); in grab_mapping_entry() 765 put_unlocked_entry(&xas, entry, WAKE_ALL); in __dax_invalidate_entry()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | lan78xx.c | 79 #define WAKE_ALL (WAKE_PHY | WAKE_UCAST | \ macro 1369 wol->supported = WAKE_ALL; in lan78xx_get_wol() 1391 if (wol->wolopts & ~WAKE_ALL) in lan78xx_set_wol()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | lan78xx.c | 91 #define WAKE_ALL (WAKE_PHY | WAKE_UCAST | \ macro 1642 wol->supported = WAKE_ALL; in lan78xx_get_wol() 1664 if (wol->wolopts & ~WAKE_ALL) in lan78xx_set_wol()
|
Completed in 17 milliseconds