Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 25 of 96) sorted by relevance

1234

/external/qemu/
Dasync.c76 QEMUBH **bh = opaque; in bh_run_aio_completions() local
88 QEMUBH **bh; in async_context_pop() local
129 QEMUBH *bh; in qemu_bh_new() local
140 QEMUBH *bh, **bhp; in qemu_bh_poll() local
168 void qemu_bh_schedule_idle(QEMUBH *bh) in qemu_bh_schedule_idle()
176 void qemu_bh_schedule(QEMUBH *bh) in qemu_bh_schedule()
186 void qemu_bh_cancel(QEMUBH *bh) in qemu_bh_cancel()
191 void qemu_bh_delete(QEMUBH *bh) in qemu_bh_delete()
199 QEMUBH *bh; in qemu_bh_update_timeout() local
/external/e2fsprogs/e2fsck/
Djournal.c70 struct buffer_head *bh; in getblk() local
111 struct buffer_head *bh; in ll_rw_block() local
152 void mark_buffer_dirty(struct buffer_head *bh) in mark_buffer_dirty()
157 static void mark_buffer_clean(struct buffer_head * bh) in mark_buffer_clean()
162 void brelse(struct buffer_head *bh) in brelse()
171 int buffer_uptodate(struct buffer_head *bh) in buffer_uptodate()
176 void mark_buffer_uptodate(struct buffer_head *bh, int val) in mark_buffer_uptodate()
181 void wait_on_buffer(struct buffer_head *bh) in wait_on_buffer()
232 struct buffer_head *bh; in e2fsck_get_journal() local
Drecovery.c74 struct buffer_head *bh; in do_readahead() local
136 struct buffer_head *bh; in jread() local
181 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
325 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
361 struct buffer_head * bh; in do_one_pass() local
720 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
Djfs_user.h44 #define lock_buffer(bh) do {} while(0) argument
45 #define unlock_buffer(bh) do {} while(0) argument
46 #define buffer_req(bh) 1 argument
139 #define set_buffer_uptodate(bh) mark_buffer_uptodate(bh, 1) argument
Drevoke.c287 struct buffer_head *bh = NULL; in journal_revoke() local
381 struct buffer_head *bh = jh2bh(jh); in journal_cancel_revoke() local
549 struct buffer_head *bh = jh2bh(descriptor); in flush_descriptor() local
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h258 #define J_ASSERT_BH(bh, expr) \ argument
266 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
284 static inline int buffer_jbd(struct buffer_head *bh) in buffer_jbd()
294 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
901 static inline int buffer_jlist_eq(struct buffer_head *bh, int list) in buffer_jlist_eq()
907 static inline int buffer_jdirty(struct buffer_head *bh) in buffer_jdirty()
913 static inline int buffer_jbd_data(struct buffer_head *bh) in buffer_jbd_data()
926 #define buffer_trace_init(bh) do {} while (0) argument
927 #define print_buffer_fields(bh) do {} while (0) argument
928 #define print_buffer_trace(bh) do {} while (0) argument
[all …]
/external/kernel-headers/original/linux/
Djbd.h263 #define J_ASSERT_BH(bh, expr) \ argument
271 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
281 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
295 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
327 static inline struct journal_head *bh2jh(struct buffer_head *bh) in bh2jh()
332 static inline void jbd_lock_bh_state(struct buffer_head *bh) in jbd_lock_bh_state()
337 static inline int jbd_trylock_bh_state(struct buffer_head *bh) in jbd_trylock_bh_state()
342 static inline int jbd_is_locked_bh_state(struct buffer_head *bh) in jbd_is_locked_bh_state()
347 static inline void jbd_unlock_bh_state(struct buffer_head *bh) in jbd_unlock_bh_state()
352 static inline void jbd_lock_bh_journal_head(struct buffer_head *bh) in jbd_lock_bh_journal_head()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
Dintel_tex_format.c58 GLuint bw, bh; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_format.c58 GLuint bw, bh; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_format.c58 GLuint bw, bh; in intel_compressed_num_bytes() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Dintel_tex_format.c58 GLuint bw, bh; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_format.c58 GLuint bw, bh; in intel_compressed_num_bytes() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dintel_tex_format.c58 GLuint bw, bh; in intel_compressed_num_bytes() local
/external/mesa3d/src/mesa/main/
Dtexcompress.c451 GLuint bw, bh; in _mesa_compressed_image_address() local
480 GLuint bytes, bw, bh; in _mesa_decompress_image() local
Dformats.c1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh) in _mesa_get_format_block_size()
1880 const GLuint bw = info->BlockWidth, bh = info->BlockHeight; in _mesa_format_image_size() local
1906 const uint64_t bw = info->BlockWidth, bh = info->BlockHeight; in _mesa_format_image_size64() local
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexcompress.c451 GLuint bw, bh; in _mesa_compressed_image_address() local
480 GLuint bytes, bw, bh; in _mesa_decompress_image() local
Dformats.c1681 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh) in _mesa_get_format_block_size()
1880 const GLuint bw = info->BlockWidth, bh = info->BlockHeight; in _mesa_format_image_size() local
1906 const uint64_t bw = info->BlockWidth, bh = info->BlockHeight; in _mesa_format_image_size64() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
68 const unsigned bw = 4, bh = 4; in util_format_etc1_rgb8_fetch_rgba_float() local
Du_format_rgtc.c53 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_snorm_pack_rgba_float() local
245 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rgtc2_unorm_pack_rgba_8unorm() local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_unorm_pack_rgba_float() local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_snorm_pack_rgba_float() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format_etc.c28 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; in util_format_etc1_rgb8_unpack_rgba_float() local
68 const unsigned bw = 4, bh = 4; in util_format_etc1_rgb8_fetch_rgba_float() local
Du_format_rgtc.c53 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc1_unorm_unpack_rgba_8unorm() local
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_8unorm() local
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_unorm_pack_rgba_float() local
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; in util_format_rgtc1_snorm_pack_rgba_float() local
245 const unsigned bw = 4, bh = 4, comps = 4; in util_format_rgtc2_unorm_unpack_rgba_8unorm() local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rgtc2_unorm_pack_rgba_8unorm() local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_unorm_pack_rgba_float() local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; in util_format_rxtc2_snorm_pack_rgba_float() local
/external/skia/src/core/
DSkMath.cpp71 uint32_t bh = b >> 16; in SkMulShift() local
126 uint32_t bh = b >> 16; in SkFixedMul_portable() local
151 uint32_t bh = b >> 16; in SkFractMul_portable() local
/external/chromium_org/third_party/skia/src/core/
DSkMath.cpp71 uint32_t bh = b >> 16; in SkMulShift() local
126 uint32_t bh = b >> 16; in SkFixedMul_portable() local
151 uint32_t bh = b >> 16; in SkFractMul_portable() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c125 int bw, int bh, int mi_row, int mi_col) { in count_segs()
170 int bw, bh; in count_segs_sb() local
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c96 int bw, int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb()
130 const int bh = plane_block_height(bsize, pd); in build_inter_predictors() local

1234