/kernel/linux/linux-5.10/samples/bpf/ |
H A D | hbm_edt_kern.c | 66 bool drop_flag = false; in _hbm_out_cg() local 117 drop_flag = true; in _hbm_out_cg() 124 drop_flag = true; in _hbm_out_cg() 141 drop_flag = true; in _hbm_out_cg() 147 if (pkti.is_tcp && drop_flag && pkti.packets_out <= 1) { in _hbm_out_cg() 148 drop_flag = false; in _hbm_out_cg() 156 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg() 159 if (drop_flag) { in _hbm_out_cg()
|
H A D | hbm_out_kern.c | 68 bool drop_flag = false; in _hbm_out_cg() local 127 drop_flag = true; in _hbm_out_cg() 158 drop_flag = true; in _hbm_out_cg() 167 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg() 170 if (drop_flag) { in _hbm_out_cg()
|
H A D | hbm_kern.h | 161 bool drop_flag, in hbm_update_stats() 182 if (drop_flag) { in hbm_update_stats() 199 if (drop_flag) in hbm_update_stats() 157 hbm_update_stats(struct hbm_queue_stats *qsp, int len, unsigned long long curtime, bool congestion_flag, bool drop_flag, bool cwr_flag, bool ecn_ce_flag, struct hbm_pkt_info *pkti, int credit) hbm_update_stats() argument
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | hbm_edt_kern.c | 66 bool drop_flag = false; in _hbm_out_cg() local 117 drop_flag = true; in _hbm_out_cg() 124 drop_flag = true; in _hbm_out_cg() 141 drop_flag = true; in _hbm_out_cg() 147 if (pkti.is_tcp && drop_flag && pkti.packets_out <= 1) { in _hbm_out_cg() 148 drop_flag = false; in _hbm_out_cg() 156 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg() 159 if (drop_flag) { in _hbm_out_cg()
|
H A D | hbm_out_kern.c | 68 bool drop_flag = false; in _hbm_out_cg() local 127 drop_flag = true; in _hbm_out_cg() 158 drop_flag = true; in _hbm_out_cg() 167 hbm_update_stats(qsp, len, curtime, congestion_flag, drop_flag, in _hbm_out_cg() 170 if (drop_flag) { in _hbm_out_cg()
|
H A D | hbm_kern.h | 159 bool drop_flag, in hbm_update_stats() 180 if (drop_flag) { in hbm_update_stats() 197 if (drop_flag) in hbm_update_stats() 155 hbm_update_stats(struct hbm_queue_stats *qsp, int len, unsigned long long curtime, bool congestion_flag, bool drop_flag, bool cwr_flag, bool ecn_ce_flag, struct hbm_pkt_info *pkti, int credit) hbm_update_stats() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 218 __u8 drop_flag; member
|
H A D | hmdfs_dentryfile.c | 2367 item->drop_flag = 0; in hmdfs_add_remote_cache_list() 2417 if (item->drop_flag) { in hmdfs_drop_remote_cache_dents() 2418 item->drop_flag = 0; in hmdfs_drop_remote_cache_dents() 2485 item->drop_flag = 1; in hmdfs_mark_drop_flag() 2510 if (item->drop_flag) in hmdfs_clear_drop_flag() 2511 item->drop_flag = 0; in hmdfs_clear_drop_flag()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.h | 218 __u8 drop_flag; member
|
H A D | hmdfs_dentryfile.c | 2368 item->drop_flag = 0; in hmdfs_add_remote_cache_list() 2418 if (item->drop_flag) { in hmdfs_drop_remote_cache_dents() 2419 item->drop_flag = 0; in hmdfs_drop_remote_cache_dents() 2486 item->drop_flag = 1; in hmdfs_mark_drop_flag() 2511 if (item->drop_flag) in hmdfs_clear_drop_flag() 2512 item->drop_flag = 0; in hmdfs_clear_drop_flag()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 1007 u32 drop_flag; in cdnsp_gadget_ep_disable() local 1041 drop_flag = cdnsp_get_endpoint_flag(pep->endpoint.desc); in cdnsp_gadget_ep_disable() 1043 ctrl_ctx->drop_flags = cpu_to_le32(drop_flag); in cdnsp_gadget_ep_disable()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.c | 1789 u32 drop_flag; in xhci_drop_endpoint() local 1801 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint() 1802 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint() 1804 __func__, drop_flag); in xhci_drop_endpoint() 1832 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint() 1835 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 1778 u32 drop_flag; in xhci_drop_endpoint() local 1790 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint() 1791 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint() 1793 __func__, drop_flag); in xhci_drop_endpoint() 1821 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint() 1824 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()
|