| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | quota.c | 69 xfs_dqid_t last_id; member 95 if (dq->q_id && dq->q_id <= sqi->last_id) in xchk_quota_item() 98 sqi->last_id = dq->q_id; in xchk_quota_item() 237 sqi.last_id = 0; in xchk_quota() 242 sqi.last_id * qi->qi_dqperchunk, &error)) in xchk_quota()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | alloc-pool.h | 34 extern ALLOC_POOL_ID_TYPE last_id; 292 last_id++; in initialize() 293 if (last_id == 0) in initialize() 294 last_id++; in initialize() 296 m_id = last_id; in initialize()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | alloc-pool.h | 34 extern ALLOC_POOL_ID_TYPE last_id; 292 last_id++; in initialize() 293 if (last_id == 0) in initialize() 294 last_id++; in initialize() 296 m_id = last_id; in initialize()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf_dump.c | 63 int last_id; member 164 int err, last_id = btf__get_nr_types(d->btf); in btf_dump_resize() local 166 if (last_id <= d->last_id) in btf_dump_resize() 170 sizeof(*d->type_states), last_id + 1)) in btf_dump_resize() 173 sizeof(*d->cached_names), last_id + 1)) in btf_dump_resize() 176 if (d->last_id == 0) { in btf_dump_resize() 187 d->last_id = last_id; in btf_dump_resize() 201 for (i = 0; i <= d->last_id; i++) { in btf_dump__free() 274 for (i = d->last_id + 1; i <= n; i++) { in btf_dump_mark_referenced()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_counters.c | 171 u32 last_id) in mlx5_fc_stats_query_counter_range() argument 174 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range() 188 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_rxtx.c | 91 uint16_t last_id; /**< Index of last scattered descriptor. */ member 499 tx_end = sw_ring[tx_last].last_id; in eth_igb_xmit_pkts() 510 tx_end = sw_ring[tx_end].last_id; in eth_igb_xmit_pkts() 571 txe->last_id = tx_last; in eth_igb_xmit_pkts() 607 txe->last_id = tx_last; in eth_igb_xmit_pkts() 1335 tx_first = sw_ring[txq->tx_tail].last_id; in igb_tx_done_cleanup() 1348 tx_last = sw_ring[tx_id].last_id; in igb_tx_done_cleanup() 1369 sw_ring[tx_id].last_id = tx_id; in igb_tx_done_cleanup() 1461 txe[i].last_id = i; in igb_reset_tx_queue()
|
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 246 MC_CMD_OP(cmd, 1, 32, 32, int, range_desc->last_id);\ 271 MC_RSP_OP(cmd, 1, 32, 32, int, range_desc->last_id);\ 802 int last_id; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_trap.c | 1089 u32 last_id; in mlxsw_sp_trap_policer_items_arr_init() local 1113 last_id = mlxsw_sp_trap_policer_items_arr[arr_size - 1].policer.id; in mlxsw_sp_trap_policer_items_arr_init() 1122 trap->policer_items_arr[i].policer.id = ++last_id; in mlxsw_sp_trap_policer_items_arr_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_wlan_util.c | 3774 u8 last_id = 0; in rtw_alloc_macid() local 3810 last_id = 8; in rtw_alloc_macid() 3816 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3861 last_id++; in rtw_alloc_macid() 3862 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_wlan_util.c | 3558 u8 last_id = 0; in rtw_alloc_macid() local 3594 last_id = 8; in rtw_alloc_macid() 3600 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3645 last_id++; in rtw_alloc_macid() 3646 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2553 self.last_id = -1 2564 stmt = self.sql.replace("$$last_id$$", str(self.last_id)) 2572 self.last_id = self.query.value(0) 3437 self.last_id = 0 3444 self.last_id = int(query.value(0)) 3522 vrange[0] = self.BinarySearchTime(0, self.last_id, beg_range, True) 3523 vrange[1] = self.BinarySearchTime(1, self.last_id + 1, end_range, False)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_wlan_util.c | 3776 u8 last_id = 0; in rtw_alloc_macid() local 3801 for (i=last_id;i<macid_ctl->num;i++) { in rtw_alloc_macid() 3822 last_id++; in rtw_alloc_macid() 3823 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_wlan_util.c | 3717 u8 last_id = 0; in rtw_alloc_macid() local 3741 for (i=last_id;i<macid_ctl->num;i++) { in rtw_alloc_macid() 3761 last_id++; in rtw_alloc_macid() 3762 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | device.c | 1152 static u32 last_id; in assign_name() local 1171 &last_id, GFP_KERNEL); in assign_name()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_wlan_util.c | 3931 u8 last_id = 0; in rtw_alloc_macid() local 3958 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 4001 last_id++; in rtw_alloc_macid() 4002 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_wlan_util.c | 3824 u8 last_id = 0; in rtw_alloc_macid() local 3851 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3890 last_id++; in rtw_alloc_macid() 3891 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_wlan_util.c | 3946 u8 last_id = 0; in rtw_alloc_macid() local 3973 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 4016 last_id++; in rtw_alloc_macid() 4017 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_wlan_util.c | 3824 u8 last_id = 0; in rtw_alloc_macid() local 3851 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3890 last_id++; in rtw_alloc_macid() 3891 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_wlan_util.c | 3816 u8 last_id = 0; in rtw_alloc_macid() local 3843 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3886 last_id++; in rtw_alloc_macid() 3887 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_wlan_util.c | 3874 u8 last_id = 0; in rtw_alloc_macid() local 3901 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3940 last_id++; in rtw_alloc_macid() 3941 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_wlan_util.c | 3848 u8 last_id = 0; in rtw_alloc_macid() local 3875 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 3916 last_id++; in rtw_alloc_macid() 3917 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_wlan_util.c | 3951 u8 last_id = 0; in rtw_alloc_macid() local 3978 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 4021 last_id++; in rtw_alloc_macid() 4022 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_wlan_util.c | 3950 u8 last_id = 0; in rtw_alloc_macid() local 3977 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 4020 last_id++; in rtw_alloc_macid() 4021 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_wlan_util.c | 4077 u8 last_id = 0; in rtw_alloc_macid() local 4104 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 4147 last_id++; in rtw_alloc_macid() 4148 last_id %= macid_ctl->num; in rtw_alloc_macid()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_wlan_util.c | 3952 u8 last_id = 0; in rtw_alloc_macid() local 3979 for (i = last_id; i < macid_ctl->num; i++) { in rtw_alloc_macid() 4022 last_id++; in rtw_alloc_macid() 4023 last_id %= macid_ctl->num; in rtw_alloc_macid()
|