/linux-6.12.1/drivers/cpuidle/governors/ |
D | ladder.c | 72 int last_idx = dev->last_state_idx; in ladder_select_state() local 79 ladder_do_selection(dev, ldev, last_idx, 0); in ladder_select_state() 83 last_state = &ldev->states[last_idx]; in ladder_select_state() 85 last_residency = dev->last_residency_ns - drv->states[last_idx].exit_latency_ns; in ladder_select_state() 88 if (last_idx < drv->state_count - 1 && in ladder_select_state() 89 !dev->states_usage[last_idx + 1].disable && in ladder_select_state() 91 drv->states[last_idx + 1].exit_latency_ns <= latency_req) { in ladder_select_state() 95 ladder_do_selection(dev, ldev, last_idx, last_idx + 1); in ladder_select_state() 96 return last_idx + 1; in ladder_select_state() 101 if (last_idx > first_idx && in ladder_select_state() [all …]
|
D | menu.c | 457 int last_idx = dev->last_state_idx; in menu_update() local 458 struct cpuidle_state *target = &drv->states[last_idx]; in menu_update() 488 } else if ((drv->states[last_idx].flags & CPUIDLE_FLAG_POLLING) && in menu_update()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | dtl.c | 26 u64 last_idx; member 212 dtl->last_idx = 0; in dtl_enable() 265 u64 cur_idx, last_idx, i; in dtl_file_read() local 281 last_idx = dtl->last_idx; in dtl_file_read() 283 if (last_idx + dtl->buf_entries <= cur_idx) in dtl_file_read() 284 last_idx = cur_idx - dtl->buf_entries + 1; in dtl_file_read() 286 if (last_idx + n_req > cur_idx) in dtl_file_read() 287 n_req = cur_idx - last_idx; in dtl_file_read() 290 dtl->last_idx = last_idx + n_req; in dtl_file_read() 297 i = last_idx % dtl->buf_entries; in dtl_file_read()
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_dp.c | 97 unsigned int wr_idx, last_idx; in nfp_net_rx_ring_reset() local 107 last_idx = rx_ring->cnt - 1; in nfp_net_rx_ring_reset() 109 rx_ring->xsk_rxbufs[wr_idx] = rx_ring->xsk_rxbufs[last_idx]; in nfp_net_rx_ring_reset() 110 memset(&rx_ring->xsk_rxbufs[last_idx], 0, in nfp_net_rx_ring_reset() 113 rx_ring->rxbufs[wr_idx] = rx_ring->rxbufs[last_idx]; in nfp_net_rx_ring_reset() 114 memset(&rx_ring->rxbufs[last_idx], 0, sizeof(*rx_ring->rxbufs)); in nfp_net_rx_ring_reset()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-rs.c | 431 int scale_rate_idx, first_idx, last_idx; in il3945_rs_tx_status() local 464 last_idx = first_idx; in il3945_rs_tx_status() 479 last_idx = scale_rate_idx; in il3945_rs_tx_status() 482 last_idx = il3945_rs_next_rate(il, scale_rate_idx); in il3945_rs_tx_status() 494 scale_rate_idx = last_idx; in il3945_rs_tx_status() 498 D_RATE("Update rate %d with %s.\n", last_idx, in il3945_rs_tx_status() 500 il3945_collect_tx_data(rs_sta, &rs_sta->win[last_idx], in il3945_rs_tx_status() 502 last_idx); in il3945_rs_tx_status()
|
/linux-6.12.1/drivers/thunderbolt/ |
D | retimer.c | 497 int ret, i, max, last_idx = 0; in tb_retimer_scan() local 527 last_idx = i; in tb_retimer_scan() 536 max = min(last_idx, max); in tb_retimer_scan() 550 ret = tb_retimer_add(port, i, status[i], i <= last_idx); in tb_retimer_scan()
|
/linux-6.12.1/drivers/md/bcache/ |
D | journal.c | 278 ja->last_idx = ja->discard_idx = (i + 1) % in bch_journal_read() 597 ja->discard_idx = ja->last_idx; in do_journal_discard() 613 if (ja->discard_idx == ja->last_idx) in do_journal_discard() 666 while (ja->last_idx != ja->cur_idx && in journal_reclaim() 667 ja->seq[ja->last_idx] < last_seq) in journal_reclaim() 668 ja->last_idx = (ja->last_idx + 1) % in journal_reclaim()
|
D | journal.h | 140 unsigned int last_idx; member
|
/linux-6.12.1/drivers/media/rc/ |
D | ite-cir.c | 336 int remaining_us, fifo_avail, fifo_remaining, last_idx = 0; in ite_tx_ir() local 390 last_sent[last_idx++] = val; in ite_tx_ir() 391 last_idx &= (ITE_TX_FIFO_LEN); in ite_tx_ir() 442 last_idx--; in ite_tx_ir() 443 last_idx &= (ITE_TX_FIFO_LEN - 1); in ite_tx_ir() 444 remaining_us += last_sent[last_idx]; in ite_tx_ir()
|
/linux-6.12.1/include/linux/ |
D | ipc_namespace.h | 24 int last_idx; /* For wrap around detection */ member
|
/linux-6.12.1/ipc/ |
D | util.c | 123 ids->last_idx = -1; in ipc_init_ids() 239 if (idx <= ids->last_idx) { in ipc_idr_alloc() 244 ids->last_idx = idx; in ipc_idr_alloc()
|
/linux-6.12.1/arch/powerpc/platforms/ps3/ |
D | os-area.c | 396 struct db_index *last_idx; member 424 i->last_idx = i->idx + db->count_64; in db_for_each_64() 432 if (i->idx >= i->last_idx) { in db_for_each_64()
|
/linux-6.12.1/net/ipv4/ |
D | fib_semantics.c | 550 struct fib_info **last_resort, int *last_idx, in fib_detect_death() argument 576 (*last_idx < 0 && order > dflt && state != NUD_INCOMPLETE)) { in fib_detect_death() 578 *last_idx = order; in fib_detect_death() 2057 int order = -1, last_idx = -1; in fib_select_default() local 2098 &last_idx, fa1->fa_default)) { in fib_select_default() 2113 if (!fib_detect_death(fi, order, &last_resort, &last_idx, in fib_select_default() 2120 if (last_idx >= 0) in fib_select_default() 2122 fa1->fa_default = last_idx; in fib_select_default()
|
/linux-6.12.1/fs/f2fs/ |
D | file.c | 3629 pgoff_t page_idx = 0, last_idx; in f2fs_release_compress_blocks() local 3677 last_idx = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE); in f2fs_release_compress_blocks() 3679 while (page_idx < last_idx) { in f2fs_release_compress_blocks() 3699 count = min(end_offset - dn.ofs_in_node, last_idx - page_idx); in f2fs_release_compress_blocks() 3825 pgoff_t page_idx = 0, last_idx; in f2fs_reserve_compress_blocks() local 3855 last_idx = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE); in f2fs_reserve_compress_blocks() 3857 while (page_idx < last_idx) { in f2fs_reserve_compress_blocks() 3877 count = min(end_offset - dn.ofs_in_node, last_idx - page_idx); in f2fs_reserve_compress_blocks() 4249 pgoff_t page_idx = 0, last_idx, cluster_idx; in f2fs_ioc_decompress_file() local 4284 last_idx = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE); in f2fs_ioc_decompress_file() [all …]
|
/linux-6.12.1/drivers/infiniband/hw/cxgb4/ |
D | restrack.c | 121 u16 last_idx, struct t4_swsqe *last_sqe) in fill_swsqes() argument 129 if (fill_swsqe(msg, sq, last_idx, last_sqe)) in fill_swsqes()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
D | mlx5hws_send.h | 109 unsigned int last_idx; member
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | utils.c | 228 u8 iwl_mvm_next_antenna(struct iwl_mvm *mvm, u8 valid, u8 last_idx) in iwl_mvm_next_antenna() argument 230 u8 ind = last_idx; in iwl_mvm_next_antenna() 240 return last_idx; in iwl_mvm_next_antenna()
|
/linux-6.12.1/mm/ |
D | z3fold.c | 604 int last_idx = __idx(zhdr, LAST); in compact_single_buddy() local 621 } else if (zhdr->last_chunks && zhdr->slots->slot[last_idx]) { in compact_single_buddy() 624 old_handle = (unsigned long)&zhdr->slots->slot[last_idx]; in compact_single_buddy()
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_ll2.c | 1346 u8 *start_idx, u8 *last_idx) in _qed_ll2_calc_allowed_conns() argument 1353 *last_idx = *start_idx + in _qed_ll2_calc_allowed_conns() 1358 *last_idx = *start_idx + in _qed_ll2_calc_allowed_conns() 1383 u8 i, first_idx, last_idx, *p_tx_max; in qed_ll2_acquire_connection() local 1389 _qed_ll2_calc_allowed_conns(p_hwfn, data, &first_idx, &last_idx); in qed_ll2_acquire_connection() 1392 for (i = first_idx; i < last_idx; i++) { in qed_ll2_acquire_connection()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_nix.c | 3159 int idx, last_idx, next_idx, err; in nix_update_ingress_mce_list_hw() local 3165 last_idx = nix_get_last_mce_list_index(elem); in nix_update_ingress_mce_list_hw() 3167 if (idx > last_idx) in nix_update_ingress_mce_list_hw() 3176 } else if (idx == last_idx) { in nix_update_ingress_mce_list_hw() 3194 (next_idx > last_idx) ? true : false); in nix_update_ingress_mce_list_hw() 3210 int idx, last_idx, next_idx; in nix_update_egress_mce_list_hw() local 3217 last_idx = nix_get_last_mce_list_index(elem); in nix_update_egress_mce_list_hw() 3219 if (idx > last_idx) in nix_update_egress_mce_list_hw() 3228 } else if (idx == last_idx) { in nix_update_egress_mce_list_hw() 3240 if (next_idx > last_idx) in nix_update_egress_mce_list_hw() [all …]
|
/linux-6.12.1/include/pcmcia/ |
D | cistpl.h | 383 u_char last_idx; member
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | mac.c | 1094 int first_idx = 0, last_idx; in mt7603_fill_txs() local 1115 last_idx = FIELD_GET(MT_TXS4_LAST_TX_RATE, txs); in mt7603_fill_txs() 1137 first_idx = max_t(int, 0, last_idx - (count - 1) / MT7603_RATE_RETRY); in mt7603_fill_txs() 1166 for (i = 0, idx = first_idx; count && idx <= last_idx; idx++) { in mt7603_fill_txs()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | veristat.c | 1823 int err, i, j, last_idx, cnt; in handle_comparison_mode() local 1952 last_idx = -1; in handle_comparison_mode() 1964 last_idx = i; in handle_comparison_mode() 1966 output_comp_stats(join, cur_fmt, i == last_idx); in handle_comparison_mode()
|
/linux-6.12.1/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 1048 unsigned tx_done_idx, last_idx; local 1067 last_idx = free_idx = dev->tx_free_idx; 1132 last_idx = free_idx; 1158 dev->tx_skbs[last_idx] = skb;
|
/linux-6.12.1/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 1498 u8 pdu_idx = 0, last_idx = 0; in cxgbit_process_lro_skb() local 1519 last_idx = lro_cb->pdu_idx - 1; in cxgbit_process_lro_skb() 1521 for (; pdu_idx <= last_idx; pdu_idx++) { in cxgbit_process_lro_skb()
|