Searched refs:first_idx (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 21187 uint32 first_idx; 21198 first_idx = __dhd_ring_ptr2idx(ring, first_ptr, "LCK FIRST", type); 21199 if (first_idx >= ring->elem_cnt) { 21203 first_idx = ring->read_idx; 21216 tmp_cnt = __dhd_fixed_ring_get_count(ring, ring->read_idx, first_idx); 21219 ring->write_idx, ring->read_idx, first_idx)); 21230 ring->lock_idx = first_idx; 21231 ring->lock_count = __dhd_fixed_ring_get_count(ring, first_idx, last_idx);
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 2032 int first_idx = st->first_insn_idx;
in __mark_chain_precision() local 2091 verbose(env, "last_idx %d first_idx %d\n", last_idx, first_idx);
in __mark_chain_precision() 2113 if (i == first_idx) {
in __mark_chain_precision() 2199 first_idx = st->first_insn_idx;
in __mark_chain_precision()
|
Completed in 42 milliseconds