Home
last modified time | relevance | path

Searched refs:bk (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/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()
231 w->bk += westwood_acked_count(sk); in tcp_westwood_ack()
/openbmc/linux/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, const struct bkey *k) in bch_extent_bad() 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,
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dsdram_common.c16 u32 rank, col, bk, cs0_row, cs1_row, bw, row_3_4; in rockchip_sdram_size() local
30 bk = 3 - ((sys_reg >> SYS_REG_BK_SHIFT(ch)) & SYS_REG_BK_MASK); in rockchip_sdram_size()
40 chipsize_mb = (1 << (cs0_row + col + bk + bw - 20)); in rockchip_sdram_size()
48 rank, col, bk, cs0_row, bw, row_3_4); in rockchip_sdram_size()
/openbmc/openbmc/poky/meta/classes/
H A Dccmake.bbclass51 for bk, bkt, bv in b:
52 if bk == ak:
56 added.append((bk, bkt, bv))
63 for bk, bkt, bv in b:
64 if not any(bk == ak for ak, akt, av in a):
65 added.append((bk, bkt, bv))
/openbmc/linux/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; in inflate_block()
1064 bk = k; in inflate_block()
1094 bk = 0; in inflate()
[all …]
/openbmc/u-boot/common/
H A Ddlmalloc.c224 struct malloc_chunk* bk; member
618 #define last(b) ((b)->bk)
775 assert(p->fd->bk == p);
776 assert(p->bk->fd == p);
878 P->bk = BK; \
880 FD->bk = BK->fd = P; \
891 BK = FD->bk; \
893 P->bk = BK; \
895 FD->bk = BK->fd = P; \
904 BK = P->bk; \
[all …]
H A Ddlmalloc.src1139 struct malloc_chunk* bk;
1402 malloc_chunk. (This way, the fd/bk offsets for linking bin heads
1488 #define last(b) ((b)->bk)
1640 assert(p->fd->bk == p);
1641 assert(p->bk->fd == p);
1743 P->bk = BK; \
1745 FD->bk = BK->fd = P; \
1756 BK = FD->bk; \
1758 P->bk = BK; \
1760 FD->bk = BK->fd = P; \
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D29465 dd if=$TEST_IMG_FILE of=${TEST_IMG_FILE}.bk bs=4K skip=0 count=1
77 dd if=${TEST_IMG_FILE}.bk of=${TEST_IMG_FILE} bs=4K skip=0 count=1 conv=notrunc
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c526 IPMIBmcClass *bk = IPMI_BMC_CLASS(oc); in ipmi_bmc_extern_class_init() local
528 bk->handle_command = ipmi_bmc_extern_handle_command; in ipmi_bmc_extern_class_init()
529 bk->handle_reset = ipmi_bmc_extern_handle_reset; in ipmi_bmc_extern_class_init()
H A Dsmbus_ipmi.c111 IPMIBmcClass *bk = IPMI_BMC_GET_CLASS(sid->bmc); in smbus_ipmi_send_msg() local
139 bk->handle_command(sid->bmc, sid->inmsg, sid->inlen, sizeof(sid->inmsg), in smbus_ipmi_send_msg()
H A Dipmi_kcs.c165 IPMIBmcClass *bk = IPMI_BMC_GET_CLASS(ik->bmc); in ipmi_kcs_handle_event() local
169 bk->handle_command(ik->bmc, ik->inmsg, ik->inlen, sizeof(ik->inmsg), in ipmi_kcs_handle_event()
H A Dipmi_bt.c144 IPMIBmcClass *bk = IPMI_BMC_GET_CLASS(ib->bmc); in ipmi_bt_handle_event() local
145 bk->handle_command(ib->bmc, ib->inmsg + 2, ib->inlen - 2, in ipmi_bt_handle_event()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3399.h79 unsigned int bk; member
H A Dsdram.h25 u8 bk; member
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/u-boot/configs/
H A Dmscc_servalt_defconfig30 CONFIG_MTDPARTS_DEFAULT="mtdparts=spi_flash:1m(UBoot),256k(Env),256k(Env.bk)"
H A Dmscc_jr2_defconfig34 CONFIG_MTDPARTS_DEFAULT="mtdparts=spi_flash:1m(UBoot),256k(Env),256k(Env.bk)"
H A Dmscc_serval_defconfig31 CONFIG_MTDPARTS_DEFAULT="mtdparts=spi_flash:1m(UBoot),256k(Env),256k(Env.bk)"
H A Dmscc_ocelot_defconfig37 …FIG_MTDPARTS_DEFAULT="mtdparts=spi_flash:512k(UBoot),256k(Env),256k(conf),15m(linux),15m(linux.bk)"
/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk322x.c550 noc_config = ((config->cs0_row - 13) << 4) | ((config->bk - 2) << 2) | in dram_cfg_rbc()
560 noc_config = ((config->bk - 2) << 6) | ((config->cs0_row - 13) << 4) | in dram_cfg_rbc()
589 sys_reg |= info->bk == 3 ? 0 : 1 << SYS_REG_BK_SHIFT(0); in dram_all_config()
629 sdram_params->ch[0].bk = 3; in dram_cap_detect()
H A Dsdram_rk3399.c136 ((3 - sdram_ch->bk) << 16) | in set_memory_map()
147 ((3 - sdram_ch->bk) << 16) | in set_memory_map()
916 + sdram_params->ch[channel].bk in set_ddrconfig()
955 sys_reg |= info->bk == 3 ? 0 : 1 << SYS_REG_BK_SHIFT(channel); in dram_all_config()
H A Dsdram_rk3188.c523 if (sdram_params->ch[chnum].bk == 3) in dram_cfg_rbc()
548 sys_reg |= info->bk == 3 ? 0 : 1 << SYS_REG_BK_SHIFT(chan); in dram_all_config()
785 sdram_params->ch[channel].bk = 3; in sdram_init()
H A Dsdram_rk3288.c580 if (sdram_params->ch[chnum].bk == 3) in dram_cfg_rbc()
605 sys_reg |= info->bk == 3 ? 0 : 1 << SYS_REG_BK_SHIFT(chan); in dram_all_config()
901 sdram_params->ch[channel].bk = 3; in sdram_init()

12