Home
last modified time | relevance | path

Searched defs:bm (Results 1 – 25 of 50) sorted by relevance

12

/linux/drivers/md/persistent-data/
H A Ddm-block-manager.c389 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 …]
/linux/drivers/comedi/
H A Dcomedi_buf.c23 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
H A Dcomedi_fops.c2287 struct comedi_buf_map *bm; in comedi_vm_open() local
2295 struct comedi_buf_map *bm; in comedi_vm_close() local
2304 struct comedi_buf_map *bm = vma->vm_private_data; in comedi_vm_access() local
2327 struct comedi_buf_map *bm = NULL; in comedi_mmap() local
2494 struct comedi_buf_map *bm = s->async->buf_map; in comedi_buf_copy_to_user() local
2522 struct comedi_buf_map *bm = s->async->buf_map; in comedi_buf_copy_from_user() local
/linux/kernel/power/
H A Dsnapshot.c588 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/lib/
H A Dts_bm.c78 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 Dlshrdi3.c12 word_type bm; in __lshrdi3() local
H A Dashldi3.c12 word_type bm; in __ashldi3() local
H A Dashrdi3.c12 word_type bm; in __ashrdi3() local
/linux/fs/affs/
H A Dbitmap.c17 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 Dbitmap.c14 unsigned long *bm; in get_bitmap() local
31 unsigned long *bm = get_bitmap(str, NBITS); test_bitmap() local
H A Dmem2node.c27 unsigned long *bm = NULL; in get_bitmap() local
/linux/drivers/power/supply/
H A Dab8500_bmdata.c141 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 Dphylink.h744 #define phylink_zero(bm) \ argument
746 #define __phylink_do_bit(op, bm, mode) \ argument
749 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument
750 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument
751 #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) argument
/linux/arch/mips/math-emu/
H A Dsp_div.c16 unsigned int bm; in ieee754sp_div() local
H A Ddp_div.c16 u64 bm; in ieee754dp_div() local
/linux/arch/microblaze/lib/
H A Dashldi3.c9 word_type bm; in __ashldi3() local
H A Dashrdi3.c9 word_type bm; in __ashrdi3() local
H A Dlshrdi3.c9 word_type bm; in __lshrdi3() local
/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c485 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 Dudivmodti4.c15 _FP_I_TYPE b, bm; in _fp_udivmodti4() local
/linux/arch/mips/dec/prom/
H A Dmemory.c63 memmap *bm; in rex_setup_memory_region() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_irq.h19 unsigned long *bm; /* bitmap to track irq usage */ member
/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp.dtsi170 bm: bm@c0000 { label
/linux/drivers/w1/
H A Dw1_int.c219 void w1_remove_master_device(struct w1_bus_master *bm) in w1_remove_master_device()
/linux/drivers/irqchip/
H A Dirq-gic-v3-mbi.c26 unsigned long *bm; member

12