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

/linux-master/net/ipv4/
H A Dtcp_westwood.c36 u32 bk; member in struct:westwood
65 w->bk = 0;
90 w->bw_ns_est = w->bk / delta;
93 w->bw_ns_est = westwood_do_filter(w->bw_ns_est, w->bk / delta);
143 w->bk = 0;
170 w->bk += tp->snd_una - w->snd_una;
177 * This function evaluates cumul_ack for evaluating bk in case of
231 w->bk += westwood_acked_count(sk);
/linux-master/drivers/md/bcache/
H A Dextents.c166 static bool bch_btree_ptr_invalid(struct btree_keys *bk, const struct bkey *k) argument
168 struct btree *b = container_of(bk, struct btree, keys);
205 static bool bch_btree_ptr_bad(struct btree_keys *bk, const struct bkey *k) argument
207 struct btree *b = container_of(bk, struct btree, keys);
212 bch_ptr_invalid(bk, k))
227 static bool bch_btree_ptr_insert_fixup(struct btree_keys *bk, argument
232 struct btree *b = container_of(bk, struct btree, keys);
500 static bool bch_extent_invalid(struct btree_keys *bk, const struct bkey *k) argument
502 struct btree *b = container_of(bk, struct btree, keys);
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) 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,
/linux-master/lib/
H A Dinflate.c225 STATIC unsigned bk; /* bits in bit buffer */ variable
609 k = bk;
693 bk = k;
716 k = bk;
752 bk = k;
862 k = bk;
972 bk = k;
1047 k = bk;
1064 bk = k;
1094 bk
[all...]
/linux-master/arch/x86/mm/
H A Dnuma.c307 struct numa_memblk *bk = &mi->blk[k]; local
309 if (bi->nid == bk->nid)
311 if (start < bk->end && end > bk->start)
/linux-master/drivers/media/i2c/
H A Dccs-pll.c82 struct ccs_pll_branch_bk *bk; member in struct:__anon283
111 br->bk->sys_clk_div);
113 br->bk->pix_clk_div);
116 br->bk->sys_clk_freq_hz);
118 br->bk->pix_clk_freq_hz);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h366 u32 bk:1; member in struct:tx_desc_92c
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h98 u32 bk:1; member in struct:txdesc_8723b
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h403 u32 bk:1; member in struct:tx_desc_92d
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h368 u32 bk:1; member in struct:tx_desc_8723e
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c467 desc_info->bk = true;
765 desc_info->bk = true;
1098 FIELD_PREP(RTW89_TXWD_BODY3_BK, desc_info->bk);
1264 FIELD_PREP(BE_TXD_BODY2_BK, desc_info->bk) |
H A Dcore.h1109 bool bk; member in struct:rtw89_tx_desc_info
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c2634 ptxdesc->bk = 1; /* AGG BK */
2667 ptxdesc->bk = 1; /* AGG BK */

Completed in 505 milliseconds