Searched refs:bft_idx (Results 1 – 1 of 1) sorted by relevance
1599 pp_remove_upp_bft_locked(struct kern_pbufpool *pp, obj_idx_t bft_idx) in pp_remove_upp_bft_locked() argument1604 bkt = KERN_PBUFPOOL_U_BFT_HASH(pp, bft_idx); in pp_remove_upp_bft_locked()1606 if (((kern_buflet_t)kbft)->buf_bft_idx_reg == bft_idx) { in pp_remove_upp_bft_locked()1636 obj_idx_t bft_idx; in pp_remove_upp_bft_chain_locked() local1640 bft_idx = kbft->buf_nbft_idx; in pp_remove_upp_bft_chain_locked()1641 if (bft_idx == OBJ_IDX_NONE) { in pp_remove_upp_bft_chain_locked()1663 kbft = pp_remove_upp_bft_locked(pp, bft_idx); in pp_remove_upp_bft_chain_locked()1667 SK_ERR("unallocated next buflet (%d), %p", bft_idx, in pp_remove_upp_bft_chain_locked()1672 BUF_NBFT_IDX(pbft, bft_idx); in pp_remove_upp_bft_chain_locked()1674 bft_idx = kbft->buf_nbft_idx; in pp_remove_upp_bft_chain_locked()[all …]