Home
last modified time | relevance | path

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

123

/Linux-v5.4/tools/perf/util/
Dgenelf_debug.c46 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump()
55 buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz) in buffer_ext_add()
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()
179 static void emit_uword(struct buffer_ext *be, uword data) in emit_uword()
184 static void emit_string(struct buffer_ext *be, const char *s) in emit_string()
189 static void emit_unsigned_LEB128(struct buffer_ext *be, in emit_unsigned_LEB128()
201 static void emit_signed_LEB128(struct buffer_ext *be, long data) in emit_signed_LEB128()
220 static void emit_extended_opcode(struct buffer_ext *be, ubyte opcode, in emit_extended_opcode()
[all …]
Dtrace-event.c42 int be = tep_is_bigendian(); in trace_event__init2() local
/Linux-v5.4/fs/nfs/blocklayout/
Dextent_tree.c26 ext_tree_prev(struct pnfs_block_extent *be) in ext_tree_prev()
33 ext_tree_next(struct pnfs_block_extent *be) in ext_tree_next()
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
95 ext_try_to_merge_left(struct rb_root *root, struct pnfs_block_extent *be) in ext_try_to_merge_left()
111 ext_try_to_merge_right(struct rb_root *root, struct pnfs_block_extent *be) in ext_try_to_merge_right()
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
[all …]
Dblocklayout.c52 static bool is_hole(struct pnfs_block_extent *be) in is_hole()
148 struct pnfs_block_extent *be, bio_end_io_t end_io, in do_add_page_to_bio()
197 struct pnfs_block_extent be; in bl_mark_devices_unavailable() local
258 struct pnfs_block_extent be; in bl_read_pagelist() local
403 struct pnfs_block_extent be; in bl_write_pagelist() local
529 static int verify_extent(struct pnfs_block_extent *be, in verify_extent()
615 struct pnfs_block_extent *be; in bl_alloc_extent() local
734 struct pnfs_block_extent *be = in bl_alloc_lseg() local
/Linux-v5.4/drivers/net/xen-netback/
Dxenbus.c200 struct backend_info *be = dev_get_drvdata(&dev->dev); in netback_remove() local
231 struct backend_info *be = kzalloc(sizeof(struct backend_info), in netback_probe() local
385 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent() local
400 static int backend_create_xenvif(struct backend_info *be) in backend_create_xenvif()
429 static void backend_disconnect(struct backend_info *be) in backend_disconnect()
459 static void backend_connect(struct backend_info *be) in backend_connect()
465 static inline void backend_switch_state(struct backend_info *be, in backend_switch_state()
500 static void set_backend_state(struct backend_info *be, in set_backend_state()
581 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local
802 static void unregister_hotplug_status_watch(struct backend_info *be) in unregister_hotplug_status_watch()
[all …]
/Linux-v5.4/net/netfilter/
Dnft_set_bitmap.c93 struct nft_bitmap_elem *be; in nft_bitmap_elem_find() local
111 struct nft_bitmap_elem *be; in nft_bitmap_get() local
128 struct nft_bitmap_elem *new = elem->priv, *be; in nft_bitmap_insert() local
151 struct nft_bitmap_elem *be = elem->priv; in nft_bitmap_remove() local
166 struct nft_bitmap_elem *be = elem->priv; in nft_bitmap_activate() local
181 struct nft_bitmap_elem *be = _be; in nft_bitmap_flush() local
197 struct nft_bitmap_elem *this = elem->priv, *be; in nft_bitmap_deactivate() local
219 struct nft_bitmap_elem *be; in nft_bitmap_walk() local
276 struct nft_bitmap_elem *be, *n; in nft_bitmap_destroy() local
/Linux-v5.4/lib/
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-v5.4/arch/powerpc/include/asm/
Dbitops.h47 #define PPC_BITLSHIFT(be) (BITS_PER_LONG - 1 - (be)) argument
49 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument
55 #define PPC_BITLSHIFT32(be) (32 - 1 - (be)) argument
57 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs)) argument
59 #define PPC_BITLSHIFT8(be) (8 - 1 - (be)) argument
61 #define PPC_BITMASK8(bs, be) ((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs)) argument
/Linux-v5.4/drivers/block/xen-blkback/
Dxenbus.c38 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be) in xen_blkbk_xenbus()
494 struct backend_info *be = dev_get_drvdata(&dev->dev); in xen_blkbk_remove() local
520 struct backend_info *be, int state) in xen_blkbk_flush_diskcache()
533 static void xen_blkbk_discard(struct xenbus_transaction xbt, struct backend_info *be) in xen_blkbk_discard()
576 struct backend_info *be, int state) in xen_blkbk_barrier()
598 struct backend_info *be = kzalloc(sizeof(struct backend_info), in xen_blkbk_probe() local
671 struct backend_info *be in backend_changed() local
758 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local
834 static void connect(struct backend_info *be) in connect()
1014 static int connect_ring(struct backend_info *be) in connect_ring()
/Linux-v5.4/sound/soc/
Dsoc-pcm.c161 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() local
1145 struct snd_soc_pcm_runtime *be, int stream) in dpcm_be_connect()
1190 struct snd_soc_pcm_runtime *be, int stream) in dpcm_be_reparent()
1252 struct snd_soc_pcm_runtime *be; in dpcm_get_be() local
1426 struct snd_soc_pcm_runtime *be; in dpcm_add_paths() local
1512 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_startup_unwind() local
1541 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_startup() local
1594 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_startup() local
1651 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_merge_format() local
1692 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_merge_chan() local
[all …]
/Linux-v5.4/fs/btrfs/
Dref-verify.c76 struct block_entry *be) in insert_block_entry()
232 static void free_block_entry(struct block_entry *be) in free_block_entry()
264 struct block_entry *be = NULL, *exist; in add_block_entry() local
310 struct block_entry *be; in add_tree_block() local
356 struct block_entry *be; in add_shared_data_ref() local
386 struct block_entry *be; in add_extent_data_ref() local
631 struct block_entry *be) in dump_block_entry()
674 struct block_entry *be = NULL; in btrfs_ref_tree_mod() local
891 struct block_entry *be; in btrfs_free_ref_cache() local
910 struct block_entry *be = NULL, *entry; in btrfs_free_ref_tree_range() local
/Linux-v5.4/drivers/net/phy/
Dmdio-boardinfo.c28 struct mdio_board_entry *be; in mdiobus_setup_mdiodev_from_board_info() local
63 struct mdio_board_entry *be; in mdiobus_register_board_info() local
/Linux-v5.4/sound/soc/meson/
Daxg-card.c176 struct axg_dai_link_tdm_data *be = in axg_card_tdm_be_hw_params() local
208 struct axg_dai_link_tdm_data *be = in axg_card_tdm_dai_init() local
238 struct axg_dai_link_tdm_data *be = in axg_card_tdm_dai_lb_init() local
336 struct axg_dai_link_tdm_data *be) in axg_card_parse_cpu_tdm_slots()
399 struct axg_dai_link_tdm_data *be) in axg_card_parse_codecs_masks()
429 struct axg_dai_link_tdm_data *be; in axg_card_parse_tdm() local
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
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-v5.4/drivers/staging/uwb/
Dbeacon.c251 struct uwb_rc_evt_beacon *be, in __uwb_beca_add()
300 static void uwb_beacon_print(struct uwb_rc *rc, struct uwb_rc_evt_beacon *be, in uwb_beacon_print()
323 struct uwb_rc_evt_beacon *be; in uwb_bce_print_IEs() local
348 struct uwb_rc_evt_beacon *be) in uwb_verify_beacon()
383 struct uwb_rc_evt_beacon *be; in uwbd_evt_handle_rc_beacon() local
/Linux-v5.4/sound/soc/sof/
Dcontrol.c182 struct soc_bytes_ext *be = in snd_sof_bytes_get() local
217 struct soc_bytes_ext *be = in snd_sof_bytes_put() local
257 struct soc_bytes_ext *be = in snd_sof_bytes_ext_put() local
325 struct soc_bytes_ext *be = in snd_sof_bytes_ext_get() local
/Linux-v5.4/drivers/spi/
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-v5.4/arch/powerpc/lib/
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-v5.4/include/sound/
Dsoc-dpcm.h71 struct snd_soc_pcm_runtime *be; member
106 #define for_each_dpcm_fe(be, stream, dpcm) \ argument
/Linux-v5.4/drivers/xen/xenbus/
Dxenbus_probe_frontend.c346 static void xenbus_reset_wait_for_backend(char *be, int expected) in xenbus_reset_wait_for_backend()
360 static void xenbus_reset_frontend(char *fe, char *be, int be_state) in xenbus_reset_frontend()
/Linux-v5.4/tools/iio/
Diio_utils.h47 unsigned be; member
/Linux-v5.4/drivers/usb/host/
Dohci-dbg.c267 u32 cbp, be; in ohci_dump_td() local
434 u32 cbp, be; in show_list() local
/Linux-v5.4/sound/soc/fsl/
Dfsl_asrc_dma.c155 struct snd_soc_pcm_runtime *be = dpcm->be; in fsl_asrc_dma_hw_params() local
/Linux-v5.4/arch/powerpc/platforms/cell/
Dcbe_regs.c196 struct device_node *be, *np; in cbe_fill_regs_map() local

123