| /Linux-v5.4/drivers/md/persistent-data/ | 
| D | dm-block-manager.c | 383 	struct dm_block_manager *bm;  in dm_block_manager_create()  local410 void dm_block_manager_destroy(struct dm_block_manager *bm)  in dm_block_manager_destroy()
 417 unsigned dm_bm_block_size(struct dm_block_manager *bm)  in dm_bm_block_size()
 423 dm_block_t dm_bm_nr_blocks(struct dm_block_manager *bm)  in dm_bm_nr_blocks()
 428 static int dm_bm_validate_buffer(struct dm_block_manager *bm,  in dm_bm_validate_buffer()
 455 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b,  in dm_bm_read_lock()
 488 int dm_bm_write_lock(struct dm_block_manager *bm,  in dm_bm_write_lock()
 524 int dm_bm_read_try_lock(struct dm_block_manager *bm,  in dm_bm_read_try_lock()
 557 int dm_bm_write_lock_zero(struct dm_block_manager *bm,  in dm_bm_write_lock_zero()
 603 int dm_bm_flush(struct dm_block_manager *bm)  in dm_bm_flush()
 [all …]
 
 | 
| D | dm-transaction-manager.c | 60 static void prefetch_issue(struct prefetch_set *p, struct dm_block_manager *bm)  in prefetch_issue()92 	struct dm_block_manager *bm;  member
 160 static struct dm_transaction_manager *dm_tm_create(struct dm_block_manager *bm,  in dm_tm_create()
 395 static int dm_tm_create_internal(struct dm_block_manager *bm,  in dm_tm_create_internal()
 438 int dm_tm_create_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,  in dm_tm_create_with_sm()
 446 int dm_tm_open_with_sm(struct dm_block_manager *bm, dm_block_t sb_location,  in dm_tm_open_with_sm()
 
 | 
| /Linux-v5.4/drivers/staging/comedi/ | 
| D | comedi_buf.c | 24 	struct comedi_buf_map *bm =  in comedi_buf_map_kref_release()  local57 	struct comedi_buf_map *bm;  in __comedi_buf_free()  local
 78 	struct comedi_buf_map *bm;  in comedi_buf_map_alloc()  local
 146 	struct comedi_buf_map *bm;  in __comedi_buf_alloc()  local
 190 void comedi_buf_map_get(struct comedi_buf_map *bm)  in comedi_buf_map_get()
 196 int comedi_buf_map_put(struct comedi_buf_map *bm)  in comedi_buf_map_put()
 204 int comedi_buf_map_access(struct comedi_buf_map *bm, unsigned long offset,  in comedi_buf_map_access()
 232 	struct comedi_buf_map *bm = NULL;  in comedi_buf_map_from_subdev_get()  local
 252 	struct comedi_buf_map *bm = s->async->buf_map;  in comedi_buf_is_mmapped()  local
 
 | 
| /Linux-v5.4/lib/ | 
| D | ts_bm.c | 60 	struct ts_bm *bm = ts_config_priv(conf);  in bm_find()  local114 static void compute_prefix_tbl(struct ts_bm *bm, int flags)  in compute_prefix_tbl()
 145 	struct ts_bm *bm;  in bm_init()  local
 170 	struct ts_bm *bm = ts_config_priv(conf);  in bm_get_pattern()  local
 176 	struct ts_bm *bm = ts_config_priv(conf);  in bm_get_pattern_len()  local
 
 | 
| D | ashldi3.c | 12 	word_type bm;  in __ashldi3()  local
 | 
| D | ashrdi3.c | 12 	word_type bm;  in __ashrdi3()  local
 | 
| D | lshrdi3.c | 12 	word_type bm;  in __lshrdi3()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | phylink.h | 270 #define phylink_zero(bm) \  argument272 #define __phylink_do_bit(op, bm, mode) \  argument
 275 #define phylink_set(bm, mode)	__phylink_do_bit(__set_bit, bm, mode)  argument
 276 #define phylink_clear(bm, mode)	__phylink_do_bit(__clear_bit, bm, mode)  argument
 277 #define phylink_test(bm, mode)	__phylink_do_bit(test_bit, bm, mode)  argument
 
 | 
| /Linux-v5.4/kernel/power/ | 
| D | snapshot.c | 548 static void memory_bm_position_reset(struct memory_bitmap *bm)  in memory_bm_position_reset()643 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask,  in memory_bm_create()
 686 static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free)  in memory_bm_free()
 707 static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn,  in memory_bm_find_bit()
 766 static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn)  in memory_bm_set_bit()
 777 static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn)  in mem_bm_set_bit_check()
 790 static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn)  in memory_bm_clear_bit()
 801 static void memory_bm_clear_current(struct memory_bitmap *bm)  in memory_bm_clear_current()
 809 static int memory_bm_test_bit(struct memory_bitmap *bm, unsigned long pfn)  in memory_bm_test_bit()
 820 static bool memory_bm_pfn_present(struct memory_bitmap *bm, unsigned long pfn)  in memory_bm_pfn_present()
 [all …]
 
 | 
| /Linux-v5.4/drivers/staging/uwb/ | 
| D | allocator.c | 16 	unsigned char *bm = ai->bm;  in uwb_rsv_fill_column_alloc()  local46 	unsigned char *bm = ai->bm;  in uwb_rsv_fill_row_alloc()  local
 195 	unsigned char *bm = ai->bm;  in get_row_descriptors()  local
 212 static void uwb_rsv_fill_column_info(unsigned char *bm, int column, struct uwb_rsv_col_info *rci)  in uwb_rsv_fill_column_info()
 251 	unsigned char *bm = ai->bm;  in get_column_descriptors()  local
 
 | 
| D | drp-ie.c | 256 void uwb_drp_ie_single_zone_to_bm(struct uwb_mas_bm *bm, u8 zone, u16 mas_bm)  in uwb_drp_ie_single_zone_to_bm()283 void uwb_drp_ie_to_bm(struct uwb_mas_bm *bm, const struct uwb_ie_drp *drp_ie)  in uwb_drp_ie_to_bm()
 
 | 
| /Linux-v5.4/fs/affs/ | 
| D | bitmap.c | 17 	struct affs_bm_info *bm;  in affs_count_free_blocks()  local42 	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-v5.4/tools/perf/tests/ | 
| D | bitmap.c | 14 	unsigned long *bm = NULL;  in get_bitmap()  local31 	unsigned long *bm = get_bitmap(str, NBITS);  in test_bitmap()  local
 
 | 
| /Linux-v5.4/net/bridge/ | 
| D | br.c | 237 			    struct br_boolopt_multi *bm,  in br_boolopt_multi_toggle()259 			  struct br_boolopt_multi *bm)  in br_boolopt_multi_get()
 
 | 
| /Linux-v5.4/arch/mips/math-emu/ | 
| D | sp_div.c | 16 	unsigned int bm;  in ieee754sp_div()  local
 | 
| D | dp_div.c | 16 	u64 bm;  in ieee754dp_div()  local
 | 
| /Linux-v5.4/arch/sh/lib/ | 
| D | ashldi3.c | 9 	word_type bm;  in __ashldi3()  local
 | 
| D | ashrdi3.c | 9 	word_type bm;  in __ashrdi3()  local
 | 
| D | lshrdi3.c | 9 	word_type bm;  in __lshrdi3()  local
 | 
| /Linux-v5.4/arch/microblaze/lib/ | 
| D | lshrdi3.c | 9 	word_type bm;  in __lshrdi3()  local
 | 
| D | ashldi3.c | 9 	word_type bm;  in __ashldi3()  local
 | 
| D | ashrdi3.c | 9 	word_type bm;  in __ashrdi3()  local
 | 
| /Linux-v5.4/arch/h8300/lib/ | 
| D | ashldi3.c | 8 	const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b;  in __ashldi3()  local
 | 
| D | ashrdi3.c | 7 	const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b;  in __ashrdi3()  local
 | 
| D | lshrdi3.c | 7 	const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b;  in __lshrdi3()  local
 |