Home
last modified time | relevance | path

Searched defs:be (Results 1 – 25 of 65) sorted by relevance

123

/linux-6.3-rc2/tools/perf/util/
A Dgenelf_debug.c46 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump()
83 buffer_ext_init(struct buffer_ext *be) in buffer_ext_init()
91 buffer_ext_size(struct buffer_ext *be) in buffer_ext_size()
97 buffer_ext_addr(struct buffer_ext *be) in buffer_ext_addr()
189 static void emit_unsigned_LEB128(struct buffer_ext *be, in emit_unsigned_LEB128()
236 static void emit_opcode_signed(struct buffer_ext *be, in emit_opcode_signed()
287 static void emit_lne_set_address(struct buffer_ext *be, in emit_lne_set_address()
327 static void emit_lineno_info(struct buffer_ext *be, in emit_lineno_info()
397 static void add_debug_line(struct buffer_ext *be, in add_debug_line()
431 add_debug_abbrev(struct buffer_ext *be) in add_debug_abbrev()
[all …]
A Dtrace-event.c41 int be = tep_is_bigendian(); in trace_event__init2() local
/linux-6.3-rc2/fs/nfs/blocklayout/
A Dextent_tree.c26 ext_tree_prev(struct pnfs_block_extent *be) in ext_tree_prev()
40 ext_f_end(struct pnfs_block_extent *be) in ext_f_end()
49 struct pnfs_block_extent *be = NULL; in __ext_tree_search() local
127 struct pnfs_block_extent *be, *tmp; in __ext_put_deviceids() local
140 struct pnfs_block_extent *be; in __ext_tree_insert() local
180 struct pnfs_block_extent *be; in __ext_tree_remove() local
257 struct pnfs_block_extent *be; in ext_tree_insert() local
326 struct pnfs_block_extent *be; in __ext_tree_lookup() local
410 struct pnfs_block_extent *be; in ext_tree_mark_written() local
526 struct pnfs_block_extent *be; in ext_tree_encode_commit() local
[all …]
A Dblocklayout.c52 static bool is_hole(struct pnfs_block_extent *be) in is_hole()
126 struct pnfs_block_extent *be, bio_end_io_t end_io, in do_add_page_to_bio()
174 struct pnfs_block_extent be; in bl_mark_devices_unavailable() local
235 struct pnfs_block_extent be; in bl_read_pagelist() local
380 struct pnfs_block_extent be; in bl_write_pagelist() local
505 static int verify_extent(struct pnfs_block_extent *be, in verify_extent()
591 struct pnfs_block_extent *be; in bl_alloc_extent() local
710 struct pnfs_block_extent *be = in bl_alloc_lseg() local
/linux-6.3-rc2/drivers/net/xen-netback/
A Dxenbus.c206 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent() local
221 static int backend_create_xenvif(struct backend_info *be) in backend_create_xenvif()
250 static void backend_disconnect(struct backend_info *be) in backend_disconnect()
280 static void backend_connect(struct backend_info *be) in backend_connect()
321 static void set_backend_state(struct backend_info *be, in set_backend_state()
420 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local
663 struct backend_info *be = container_of(watch, in hotplug_status_changed() local
682 static int connect_ctrl_ring(struct backend_info *be) in connect_ctrl_ring()
724 static void connect(struct backend_info *be) in connect()
849 static int connect_data_rings(struct backend_info *be, in connect_data_rings()
[all …]
/linux-6.3-rc2/net/netfilter/
A Dnft_set_bitmap.c94 struct nft_bitmap_elem *be; in nft_bitmap_elem_find() local
112 struct nft_bitmap_elem *be; in nft_bitmap_get() local
129 struct nft_bitmap_elem *new = elem->priv, *be; in nft_bitmap_insert() local
152 struct nft_bitmap_elem *be = elem->priv; in nft_bitmap_remove() local
167 struct nft_bitmap_elem *be = elem->priv; in nft_bitmap_activate() local
182 struct nft_bitmap_elem *be = _be; in nft_bitmap_flush() local
198 struct nft_bitmap_elem *this = elem->priv, *be; in nft_bitmap_deactivate() local
220 struct nft_bitmap_elem *be; in nft_bitmap_walk() local
277 struct nft_bitmap_elem *be, *n; in nft_bitmap_destroy() local
/linux-6.3-rc2/drivers/block/xen-blkback/
A Dxenbus.c38 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be) in xen_blkbk_xenbus()
529 struct backend_info *be = dev_get_drvdata(&dev->dev); in xen_blkbk_remove() local
553 struct backend_info *be, int state) in xen_blkbk_flush_diskcache()
566 static void xen_blkbk_discard(struct xenbus_transaction xbt, struct backend_info *be) in xen_blkbk_discard()
609 struct backend_info *be, int state) in xen_blkbk_barrier()
631 struct backend_info *be = kzalloc(sizeof(struct backend_info), in xen_blkbk_probe() local
704 struct backend_info *be in backend_changed() local
790 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local
870 struct backend_info *be = dev_get_drvdata(&dev->dev); in reclaim_memory() local
884 static void connect(struct backend_info *be) in connect()
[all …]
/linux-6.3-rc2/lib/
A Dtest_uuid.c15 uuid_t be; member
45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, in test_uuid_failed()
65 uuid_t be; in test_uuid_test() local
94 uuid_t be; in test_uuid_wrong() local
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dbitops.h46 #define PPC_BITLSHIFT(be) (BITS_PER_LONG - 1 - (be)) argument
48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument
54 #define PPC_BITLSHIFT32(be) (32 - 1 - (be)) argument
56 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs)) argument
58 #define PPC_BITLSHIFT8(be) (8 - 1 - (be)) argument
60 #define PPC_BITMASK8(bs, be) ((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs)) argument
/linux-6.3-rc2/sound/soc/meson/
A Daxg-card.c45 struct axg_dai_link_tdm_data *be = in axg_card_tdm_be_hw_params() local
58 struct axg_dai_link_tdm_data *be = in axg_card_tdm_dai_init() local
88 struct axg_dai_link_tdm_data *be = in axg_card_tdm_dai_lb_init() local
160 struct axg_dai_link_tdm_data *be) in axg_card_parse_cpu_tdm_slots()
223 struct axg_dai_link_tdm_data *be) in axg_card_parse_codecs_masks()
253 struct axg_dai_link_tdm_data *be; in axg_card_parse_tdm() local
A Dgx-card.c34 struct gx_dai_link_i2s_data *be = in gx_card_i2s_be_hw_params() local
50 struct gx_dai_link_i2s_data *be; in gx_card_parse_i2s() local
A Daxg-tdmin.c61 struct snd_soc_dai *be; in axg_tdmin_get_be() local
81 struct snd_soc_dai *be = axg_tdmin_get_be(w); in axg_tdmin_get_tdm_stream() local
A Daxg-tdmout.c59 struct snd_soc_dai *be; in axg_tdmout_get_be() local
79 struct snd_soc_dai *be = axg_tdmout_get_be(w); in axg_tdmout_get_tdm_stream() local
/linux-6.3-rc2/sound/soc/
A Dsoc-pcm.c157 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() local
368 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() local
1321 struct snd_soc_pcm_runtime *be; in dpcm_get_be() local
1466 struct snd_soc_pcm_runtime *be; in dpcm_add_paths() local
1554 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_stop() local
1593 struct snd_soc_pcm_runtime *be; in dpcm_be_dai_startup() local
1705 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_format() local
1741 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_chan() local
1986 struct snd_soc_pcm_runtime *be; in dpcm_be_dai_hw_params() local
2098 struct snd_soc_pcm_runtime *be; in dpcm_be_dai_trigger() local
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dref-verify.c79 struct block_entry *be) in insert_block_entry()
235 static void free_block_entry(struct block_entry *be) in free_block_entry()
267 struct block_entry *be = NULL, *exist; in add_block_entry() local
315 struct block_entry *be; in add_tree_block() local
361 struct block_entry *be; in add_shared_data_ref() local
391 struct block_entry *be; in add_extent_data_ref() local
624 struct block_entry *be) in dump_block_entry()
667 struct block_entry *be = NULL; in btrfs_ref_tree_mod() local
895 struct block_entry *be; in btrfs_free_ref_cache() local
914 struct block_entry *be = NULL, *entry; in btrfs_free_ref_tree_range() local
/linux-6.3-rc2/sound/soc/sof/
A Dcontrol.c133 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_get() local
148 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_put() local
164 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_put() local
183 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_volatile_get() local
211 struct soc_bytes_ext *be = (struct soc_bytes_ext *)kcontrol->private_value; in snd_sof_bytes_ext_get() local
/linux-6.3-rc2/drivers/net/phy/
A Dmdio-boardinfo.c29 struct mdio_board_entry *be; in mdiobus_setup_mdiodev_from_board_info() local
64 struct mdio_board_entry *be; in mdiobus_register_board_info() local
/linux-6.3-rc2/drivers/spi/
A Dspi-bcm-qspi.h62 static inline u32 bcm_qspi_readl(bool be, void __iomem *addr) in bcm_qspi_readl()
71 static inline void bcm_qspi_writel(bool be, in bcm_qspi_writel()
/linux-6.3-rc2/sound/soc/intel/avs/
A Dpcm.c127 struct snd_soc_pcm_runtime *fe, *be; in avs_dai_be_hw_params() local
508 struct snd_soc_pcm_runtime *fe, *be; in avs_dai_fe_hw_params() local
921 static int avs_component_pm_op(struct snd_soc_component *component, bool be, in avs_component_pm_op()
960 static int avs_component_resume_hw_params(struct snd_soc_component *component, bool be) in avs_component_resume_hw_params()
965 static int avs_component_resume_prepare(struct snd_soc_component *component, bool be) in avs_component_resume_prepare()
977 static int avs_component_suspend_hw_free(struct snd_soc_component *component, bool be) in avs_component_suspend_hw_free()
1404 struct snd_soc_pcm_runtime *be; in avs_component_hda_open() local
/linux-6.3-rc2/arch/powerpc/lib/
A Drheap.c158 unsigned long s, e, bs, be; in attach_free_block() local
374 unsigned long s, e, m, bs, be; in rh_detach_region() local
531 unsigned long s, e, m, bs = 0, be = 0; in rh_alloc_fixed() local
/linux-6.3-rc2/include/sound/
A Dsoc-dpcm.h71 struct snd_soc_pcm_runtime *be; member
108 #define for_each_dpcm_fe(be, stream, _dpcm) \ argument
/linux-6.3-rc2/fs/cachefiles/
A Dkey.c74 u32 be = be32_to_cpu(*(__be32 *)(key + i)); in cachefiles_cook_key() local
/linux-6.3-rc2/drivers/xen/xenbus/
A Dxenbus_probe_frontend.c359 static void xenbus_reset_wait_for_backend(char *be, int expected) in xenbus_reset_wait_for_backend()
373 static void xenbus_reset_frontend(char *fe, char *be, int be_state) in xenbus_reset_frontend()
/linux-6.3-rc2/fs/erofs/
A Dzdata.c1152 static void z_erofs_do_decompressed_bvec(struct z_erofs_decompress_backend *be, in z_erofs_do_decompressed_bvec()
1174 static void z_erofs_fill_other_copies(struct z_erofs_decompress_backend *be, in z_erofs_fill_other_copies()
1218 static void z_erofs_parse_out_bvecs(struct z_erofs_decompress_backend *be) in z_erofs_parse_out_bvecs()
1243 static int z_erofs_parse_in_bvecs(struct z_erofs_decompress_backend *be, in z_erofs_parse_in_bvecs()
1285 static int z_erofs_decompress_pcluster(struct z_erofs_decompress_backend *be, in z_erofs_decompress_pcluster()
1404 struct z_erofs_decompress_backend be = { in z_erofs_decompress_queue() local
/linux-6.3-rc2/tools/iio/
A Diio_utils.h48 unsigned be; member

Completed in 51 milliseconds

123