Searched refs:congestion_flag (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/samples/bpf/ |
A D | hbm_out_kern.c | 67 bool congestion_flag = false; in _hbm_out_cg() local 129 congestion_flag = true; in _hbm_out_cg() 136 congestion_flag = true; in _hbm_out_cg() 138 congestion_flag = false; in _hbm_out_cg() 140 congestion_flag = true; in _hbm_out_cg() 144 if (congestion_flag) { in _hbm_out_cg() 167 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg()
|
A D | hbm_edt_kern.c | 62 bool congestion_flag = false; in _hbm_out_cg() local 122 congestion_flag = true; in _hbm_out_cg() 127 if (congestion_flag) { in _hbm_out_cg() 142 congestion_flag = false; in _hbm_out_cg() 150 congestion_flag = false; in _hbm_out_cg() 156 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg()
|
A D | hbm_kern.h | 158 bool congestion_flag, in hbm_update_stats() argument 176 if (congestion_flag) { in hbm_update_stats()
|
Completed in 4 milliseconds