Home
last modified time | relevance | path

Searched refs:bk (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_westwood.c36 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()
177 * This function evaluates cumul_ack for evaluating bk in case of
231 w->bk += westwood_acked_count(sk); in tcp_westwood_ack()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_westwood.c36 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()
177 * This function evaluates cumul_ack for evaluating bk in case of
231 w->bk += westwood_acked_count(sk); in tcp_westwood_ack()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dextents.c166 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, cons argument
581 bch_extent_merge(struct btree_keys *bk, struct bkey *l, struct bkey *r) bch_extent_merge() argument
[all...]
H A Dbset.h198 bool (*key_invalid)(struct btree_keys *bk,
200 bool (*key_bad)(struct btree_keys *bk,
202 bool (*key_merge)(struct btree_keys *bk,
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dextents.c166 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, cons argument
581 bch_extent_merge(struct btree_keys *bk, struct bkey *l, struct bkey *r) bch_extent_merge() argument
[all...]
H A Dbset.h198 bool (*key_invalid)(struct btree_keys *bk,
200 bool (*key_bad)(struct btree_keys *bk,
202 bool (*key_merge)(struct btree_keys *bk,
/kernel/linux/linux-5.10/lib/
H A Dinflate.c225 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;
1064 bk = k;
1094 bk
[all...]
/kernel/linux/linux-6.6/lib/
H A Dinflate.c225 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;
1064 bk = k;
1094 bk
[all...]
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dnuma.c305 struct numa_memblk *bk = &mi->blk[k]; in numa_cleanup_meminfo() local
307 if (bi->nid == bk->nid) in numa_cleanup_meminfo()
309 if (start < bk->end && end > bk->start) in numa_cleanup_meminfo()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dnuma.c306 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()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dccs-pll.c82 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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h403 u32 bk:1; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h366 u32 bk:1; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h368 u32 bk:1; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h366 u32 bk:1; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h403 u32 bk:1; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h368 u32 bk:1; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h98 u32 bk:1; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h98 u32 bk:1; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.c448 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()
H A Dcore.h1027 bool bk; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c3101 ptxdesc->bk = 1; /* AGG BK */ in rtl8723b_fill_default_txdesc()
3138 ptxdesc->bk = 1; /* AGG BK */ in rtl8723b_fill_default_txdesc()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c2644 ptxdesc->bk = 1; /* AGG BK */ in rtl8723b_fill_default_txdesc()
2677 ptxdesc->bk = 1; /* AGG BK */ in rtl8723b_fill_default_txdesc()
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl6431 if ($line =~ /\bk[v]?free_rcu\s*\([^(]+\)/) {
6432 if ($line =~ /\bk[v]?free_rcu\s*\([^,]+\)/) {

Completed in 56 milliseconds