Searched refs:p_direct_wake (Results 1 – 3 of 3) sorted by relevance
120 uint8_t p_direct_wake :1, /* boolean */ member
495 hpts->p_direct_wake = 0; in tcp_hpts_wake()877 hpts->p_direct_wake = 1; in __tcp_hpts_insert()965 hpts->p_direct_wake = 1; in __tcp_hpts_insert()1651 if (hpts->p_direct_wake) { in tcp_hpts_thread()1676 if (hpts->p_direct_wake == 0) { in tcp_hpts_thread()1717 if(hpts->p_direct_wake == 0) { in tcp_hpts_thread()1781 hpts->p_direct_wake = 0; in tcp_hpts_thread()
148 KTEST_LOG(ctx, " p_direct_wake: %u", hpts->p_direct_wake); in dump_hpts_entry()1511 hpts->p_direct_wake = 1; /* Request direct wake */ in KTEST_FUNC()1514 KTEST_EQUAL_GOTO(hpts->p_direct_wake, 0, cleanup_locked); in KTEST_FUNC()