Home
last modified time | relevance | path

Searched refs:p_direct_wake (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts_internal.h120 uint8_t p_direct_wake :1, /* boolean */ member
H A Dtcp_hpts.c495 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()
H A Dtcp_hpts_test.c148 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()