Searched refs:bk (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/net/ipv4/ |
D | tcp_westwood.c | 36 u32 bk; member 65 w->bk = 0; in tcp_westwood_init() 90 w->bw_ns_est = w->bk / delta; in westwood_filter() 93 w->bw_ns_est = westwood_do_filter(w->bw_ns_est, w->bk / delta); in westwood_filter() 143 w->bk = 0; in westwood_update_window() 170 w->bk += tp->snd_una - w->snd_una; in westwood_fast_bw() 231 w->bk += westwood_acked_count(sk); in tcp_westwood_ack()
|
/linux-6.6.21/drivers/md/bcache/ |
D | extents.c | 166 static bool bch_btree_ptr_invalid(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_invalid() argument 168 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_invalid() 205 static bool bch_btree_ptr_bad(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_bad() argument 207 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_bad() 212 bch_ptr_invalid(bk, k)) in bch_btree_ptr_bad() 227 static bool bch_btree_ptr_insert_fixup(struct btree_keys *bk, in bch_btree_ptr_insert_fixup() argument 232 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_insert_fixup() 500 static bool bch_extent_invalid(struct btree_keys *bk, const struct bkey *k) in bch_extent_invalid() argument 502 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_invalid() 537 static bool bch_extent_bad(struct btree_keys *bk, const struct bkey *k) in bch_extent_bad() argument [all …]
|
D | bset.h | 198 bool (*key_invalid)(struct btree_keys *bk, 200 bool (*key_bad)(struct btree_keys *bk, 202 bool (*key_merge)(struct btree_keys *bk,
|
/linux-6.6.21/lib/ |
D | inflate.c | 225 STATIC unsigned bk; /* bits in bit buffer */ variable 609 k = bk; in inflate_codes() 693 bk = k; in inflate_codes() 716 k = bk; in inflate_stored() 752 bk = k; in inflate_stored() 862 k = bk; in inflate_dynamic() 972 bk = k; in inflate_dynamic() 1047 k = bk; in inflate_block() 1064 bk = k; in inflate_block() 1094 bk = 0; in inflate() [all …]
|
/linux-6.6.21/arch/x86/mm/ |
D | numa.c | 306 struct numa_memblk *bk = &mi->blk[k]; in numa_cleanup_meminfo() local 308 if (bi->nid == bk->nid) in numa_cleanup_meminfo() 310 if (start < bk->end && end > bk->start) in numa_cleanup_meminfo()
|
/linux-6.6.21/drivers/media/i2c/ |
D | ccs-pll.c | 82 struct ccs_pll_branch_bk *bk; in print_pll() member 111 br->bk->sys_clk_div); in print_pll() 113 br->bk->pix_clk_div); in print_pll() 116 br->bk->sys_clk_freq_hz); in print_pll() 118 br->bk->pix_clk_freq_hz); in print_pll()
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.h | 366 u32 bk:1; member
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.h | 403 u32 bk:1; member
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.h | 368 u32 bk:1; member
|
/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | rtl8723b_xmit.h | 98 u32 bk:1; member
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | core.c | 448 desc_info->bk = true; in rtw89_core_tx_update_ampdu_info() 746 desc_info->bk = true; in rtw89_core_tx_update_he_qos_htc() 1079 FIELD_PREP(RTW89_TXWD_BODY3_BK, desc_info->bk); in rtw89_build_txwd_body3()
|
D | core.h | 1027 bool bk; member
|
/linux-6.6.21/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 2644 ptxdesc->bk = 1; /* AGG BK */ in rtl8723b_fill_default_txdesc() 2677 ptxdesc->bk = 1; /* AGG BK */ in rtl8723b_fill_default_txdesc()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 6827 Example: quirks=0781:5580:bk,0a5c:5834:gij
|