Searched refs:expected (Results 1 – 4 of 4) sorted by relevance
250 tristate "shortest expected delay scheduling"252 The shortest expected delay scheduling algorithm assigns network253 connections to the server with the shortest expected delay. The 254 expected delay that the job will experience is (Ci + 1) / Ui if 269 that minimize its expected delay (The Shortest Expected Delay
2792 unsigned int expected = 1; in bpf_iter_tcp_listening_batch() local2806 expected++; in bpf_iter_tcp_listening_batch()2811 return expected; in bpf_iter_tcp_listening_batch()2820 unsigned int expected = 1; in bpf_iter_tcp_established_batch() local2833 expected++; in bpf_iter_tcp_established_batch()2838 return expected; in bpf_iter_tcp_established_batch()2845 unsigned int expected; in bpf_iter_tcp_batch() local2875 expected = bpf_iter_tcp_listening_batch(seq, sk); in bpf_iter_tcp_batch()2877 expected = bpf_iter_tcp_established_batch(seq, sk); in bpf_iter_tcp_batch()2879 if (iter->end_sk == expected) { in bpf_iter_tcp_batch()[all …]
21 expected in a traditional hardware switch, it enables fine-grained
124 enum smc_link_state expected = first ? SMC_LNK_ACTIVATING : in smcr_lgr_conn_assign_link()132 if (lnk->state != expected || lnk->link_is_asym) in smcr_lgr_conn_assign_link()143 if (lnk2->state == expected && in smcr_lgr_conn_assign_link()