| /linux/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 389 struct dm_block_manager *bm; in dm_block_manager_create() local 417 void dm_block_manager_destroy(struct dm_block_manager *bm) in dm_block_manager_destroy() 424 void dm_block_manager_reset(struct dm_block_manager *bm) in dm_block_manager_reset() 430 unsigned int dm_bm_block_size(struct dm_block_manager *bm) in dm_bm_block_size() 436 dm_block_t dm_bm_nr_blocks(struct dm_block_manager *bm) in dm_bm_nr_blocks() 441 static int dm_bm_validate_buffer(struct dm_block_manager *bm, in dm_bm_validate_buffer() 469 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b, in dm_bm_read_lock() 502 int dm_bm_write_lock(struct dm_block_manager *bm, in dm_bm_write_lock() 538 int dm_bm_read_try_lock(struct dm_block_manager *bm, in dm_bm_read_try_lock() 571 int dm_bm_write_lock_zero(struct dm_block_manager *bm, in dm_bm_write_lock_zero() [all …]
|
| H A D | dm-transaction-manager.c | 63 static void prefetch_issue(struct prefetch_set *p, struct dm_block_manager *bm) in prefetch_issue() 95 struct dm_block_manager *bm; member 182 static struct dm_transaction_manager *dm_tm_create(struct dm_block_manager *bm, in dm_tm_create() 481 static int dm_tm_create_internal(struct dm_block_manager *bm, in dm_tm_create_internal() 524 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_create_with_sm() 532 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location, in dm_tm_open_with_sm()
|
| /linux/drivers/comedi/ |
| H A D | comedi_buf.c | 23 struct comedi_buf_map *bm = in comedi_buf_map_kref_release() local 54 struct comedi_buf_map *bm; in __comedi_buf_free() local 69 struct comedi_buf_map *bm; in comedi_buf_map_alloc() local 123 struct comedi_buf_map *bm; in __comedi_buf_alloc() local 142 void comedi_buf_map_get(struct comedi_buf_map *bm) in comedi_buf_map_get() 148 int comedi_buf_map_put(struct comedi_buf_map *bm) in comedi_buf_map_put() 156 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset, in comedi_buf_map_access() 184 struct comedi_buf_map *bm = NULL; in comedi_buf_map_from_subdev_get() local 204 struct comedi_buf_map *bm = s->async->buf_map; in comedi_buf_is_mmapped() local
|
| /linux/lib/ |
| H A D | ts_bm.c | 78 struct ts_bm *bm = ts_config_priv(conf); in bm_find() local 133 static void compute_prefix_tbl(struct ts_bm *bm, int flags) in compute_prefix_tbl() 164 struct ts_bm *bm; in bm_init() local 189 struct ts_bm *bm = ts_config_priv(conf); in bm_get_pattern() local 195 struct ts_bm *bm = ts_config_priv(conf); in bm_get_pattern_len() local
|
| H A D | lshrdi3.c | 12 word_type bm; in __lshrdi3() local
|
| H A D | ashldi3.c | 12 word_type bm; in __ashldi3() local
|
| H A D | ashrdi3.c | 12 word_type bm; in __ashrdi3() local
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 588 static void memory_bm_position_reset(struct memory_bitmap *bm) in memory_bm_position_reset() 684 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, in memory_bm_create() 727 static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free) in memory_bm_free() 748 static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn, in memory_bm_find_bit() 815 static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_set_bit() 826 static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn) in mem_bm_set_bit_check() 839 static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_clear_bit() 850 static void memory_bm_clear_current(struct memory_bitmap *bm) in memory_bm_clear_current() 858 static unsigned long memory_bm_get_current(struct memory_bitmap *bm) in memory_bm_get_current() 863 static int memory_bm_test_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_test_bit() [all …]
|
| /linux/fs/affs/ |
| H A D | bitmap.c | 17 struct affs_bm_info *bm; in affs_count_free_blocks() local 42 struct affs_bm_info *bm; in affs_free_block() local 119 struct affs_bm_info *bm; in affs_alloc_block() local 246 struct affs_bm_info *bm; in affs_init_bitmap() local
|
| /linux/tools/perf/tests/ |
| H A D | bitmap.c | 14 unsigned long *bm; in get_bitmap() local 32 unsigned long *bm = get_bitmap(str, NBITS); in test_bitmap() local
|
| H A D | mem2node.c | 27 unsigned long *bm = NULL; in get_bitmap() local
|
| /linux/drivers/power/supply/ |
| H A D | ab8500_bmdata.c | 141 struct ab8500_bm_data *bm) in ab8500_bm_of_probe() 238 struct ab8500_bm_data *bm) in ab8500_bm_of_remove()
|
| /linux/include/linux/ |
| H A D | phylink.h | 743 #define phylink_zero(bm) \ argument 745 #define __phylink_do_bit(op, bm, mode) \ argument 748 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument 749 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument 750 #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) argument
|
| /linux/arch/mips/math-emu/ |
| H A D | sp_div.c | 16 unsigned int bm; in ieee754sp_div() local
|
| H A D | dp_div.c | 16 u64 bm; in ieee754dp_div() local
|
| /linux/arch/microblaze/lib/ |
| H A D | ashldi3.c | 9 word_type bm; in __ashldi3() local
|
| H A D | ashrdi3.c | 9 word_type bm; in __ashrdi3() local
|
| H A D | lshrdi3.c | 9 word_type bm; in __lshrdi3() local
|
| /linux/net/bridge/ |
| H A D | br.c | 347 struct br_boolopt_multi *bm, in br_boolopt_multi_toggle() 376 struct br_boolopt_multi *bm) in br_boolopt_multi_get()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 485 unsigned long *p_addr, *bm; in bm_clear_surplus() local 522 unsigned long *p_addr, *bm; in bm_set_surplus() local 584 unsigned long *p_addr, *bm; in bm_memset() local 812 unsigned long *p_addr, *bm; in drbd_bm_merge_lel() local 861 unsigned long *p_addr, *bm; in drbd_bm_get_lel() local 1672 unsigned long *p_addr, *bm; in drbd_bm_e_weight() local
|
| /linux/arch/powerpc/math-emu/ |
| H A D | udivmodti4.c | 15 _FP_I_TYPE b, bm; in _fp_udivmodti4() local
|
| /linux/arch/mips/dec/prom/ |
| H A D | memory.c | 63 memmap *bm; in rex_setup_memory_region() local
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_irq.h | 19 unsigned long *bm; /* bitmap to track irq usage */ member
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp.dtsi | 170 bm: bm@c0000 { label
|
| /linux/drivers/w1/ |
| H A D | w1_int.c | 219 void w1_remove_master_device(struct w1_bus_master *bm) in w1_remove_master_device()
|