Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-block-manager.c383 struct dm_block_manager *bm; in dm_block_manager_create() local
410 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 …]
H A Ddm-transaction-manager.c60 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()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/
H A Dcomedi_buf.c24 struct comedi_buf_map *bm = in comedi_buf_map_kref_release() local
57 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
/OK3568_Linux_fs/kernel/lib/
H A Dts_bm.c60 struct ts_bm *bm = ts_config_priv(conf); in bm_find() local
114 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
H A Dashrdi3.c12 word_type bm; in __ashrdi3() local
H A Dashldi3.c12 word_type bm; in __ashldi3() local
/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c547 static void memory_bm_position_reset(struct memory_bitmap *bm) in memory_bm_position_reset()
642 static int memory_bm_create(struct memory_bitmap *bm, gfp_t gfp_mask, in memory_bm_create()
685 static void memory_bm_free(struct memory_bitmap *bm, int clear_nosave_free) in memory_bm_free()
706 static int memory_bm_find_bit(struct memory_bitmap *bm, unsigned long pfn, in memory_bm_find_bit()
772 static void memory_bm_set_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_set_bit()
783 static int mem_bm_set_bit_check(struct memory_bitmap *bm, unsigned long pfn) in mem_bm_set_bit_check()
796 static void memory_bm_clear_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_clear_bit()
807 static void memory_bm_clear_current(struct memory_bitmap *bm) in memory_bm_clear_current()
815 static int memory_bm_test_bit(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_test_bit()
826 static bool memory_bm_pfn_present(struct memory_bitmap *bm, unsigned long pfn) in memory_bm_pfn_present()
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dphylink.h469 #define phylink_zero(bm) \ argument
471 #define __phylink_do_bit(op, bm, mode) \ argument
474 #define phylink_set(bm, mode) __phylink_do_bit(__set_bit, bm, mode) argument
475 #define phylink_clear(bm, mode) __phylink_do_bit(__clear_bit, bm, mode) argument
476 #define phylink_test(bm, mode) __phylink_do_bit(test_bit, bm, mode) argument
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dlibgcc2.c16 const shift_count_type bm = W_TYPE_SIZE - b; in __ashldi3() local
39 const shift_count_type bm = W_TYPE_SIZE - b; in __ashrdi3() local
63 const shift_count_type bm = W_TYPE_SIZE - b; in __lshrdi3() local
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbitmap.c14 unsigned long *bm = NULL; in get_bitmap() local
31 unsigned long *bm = get_bitmap(str, NBITS); in test_bitmap() local
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlibgcc.c58 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3() local
84 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3() local
111 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3() local
155 UWtype b, bm; in __udivmoddi4() local
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr.c245 struct br_boolopt_multi *bm, in br_boolopt_multi_toggle()
267 struct br_boolopt_multi *bm) in br_boolopt_multi_get()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dbitmap.c278 unsigned bm; in bmap_hash_id() local
301 int bm = bmap_hash_id(s, id); in block_group_used() local
353 unsigned int bm, off; in scan_bitmap() local
803 int bm = 0; in dirid_groups() local
831 int bm; in oid_groups() local
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Ddp_div.c16 u64 bm; in ieee754dp_div() local
H A Dsp_div.c16 unsigned int bm; in ieee754sp_div() local
/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dashldi3.c9 word_type bm; in __ashldi3() local
H A Dlshrdi3.c9 word_type bm; in __lshrdi3() local
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dashrdi3.c7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3() local
H A Dashldi3.c8 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3() local
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dashrdi3.c6 word_type bm; in __ashrdi3() local
H A Dlshrdi3.c6 word_type bm; in __lshrdi3() local
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dashldi3.c6 word_type bm; in __ashldi3() local
H A Dlshrdi3.c6 word_type bm; in __lshrdi3() local
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Dlshrdi3.c9 word_type bm; in __lshrdi3() local

1234