/linux-4.4.14/fs/nfs/blocklayout/ |
D | extent_tree.c | 25 ext_tree_prev(struct pnfs_block_extent *be) in ext_tree_prev() 32 ext_tree_next(struct pnfs_block_extent *be) in ext_tree_next() 39 ext_f_end(struct pnfs_block_extent *be) in ext_f_end() 48 struct pnfs_block_extent *be = NULL; in __ext_tree_search() local 94 ext_try_to_merge_left(struct rb_root *root, struct pnfs_block_extent *be) in ext_try_to_merge_left() 110 ext_try_to_merge_right(struct rb_root *root, struct pnfs_block_extent *be) in ext_try_to_merge_right() 129 struct pnfs_block_extent *be; in __ext_tree_insert() local 168 struct pnfs_block_extent *be; in __ext_tree_remove() local 246 struct pnfs_block_extent *be; in ext_tree_insert() local 315 struct pnfs_block_extent *be; in __ext_tree_lookup() local [all …]
|
D | blocklayout.c | 52 static bool is_hole(struct pnfs_block_extent *be) in is_hole() 142 struct pnfs_block_extent *be, bio_end_io_t end_io, in do_add_page_to_bio() 227 struct pnfs_block_extent be; in bl_read_pagelist() local 370 struct pnfs_block_extent be; in bl_write_pagelist() local 483 static int verify_extent(struct pnfs_block_extent *be, in verify_extent() 544 struct pnfs_block_extent *be; in bl_alloc_extent() local 661 struct pnfs_block_extent *be = in bl_alloc_lseg() local
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 231 struct backend_info *be = dev_get_drvdata(&dev->dev); in netback_remove() local 262 struct backend_info *be = kzalloc(sizeof(struct backend_info), in netback_probe() local 402 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent() local 417 static int backend_create_xenvif(struct backend_info *be) in backend_create_xenvif() 445 static void backend_disconnect(struct backend_info *be) in backend_disconnect() 456 static void backend_connect(struct backend_info *be) in backend_connect() 462 static inline void backend_switch_state(struct backend_info *be, in backend_switch_state() 497 static void set_backend_state(struct backend_info *be, in set_backend_state() 566 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local 720 static void unregister_hotplug_status_watch(struct backend_info *be) in unregister_hotplug_status_watch() [all …]
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 47 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be) in xen_blkbk_xenbus() 428 struct backend_info *be = dev_get_drvdata(&dev->dev); in xen_blkbk_remove() local 454 struct backend_info *be, int state) in xen_blkbk_flush_diskcache() 467 static void xen_blkbk_discard(struct xenbus_transaction xbt, struct backend_info *be) in xen_blkbk_discard() 512 struct backend_info *be, int state) in xen_blkbk_barrier() 534 struct backend_info *be = kzalloc(sizeof(struct backend_info), in xen_blkbk_probe() local 593 struct backend_info *be in backend_changed() local 677 struct backend_info *be = dev_get_drvdata(&dev->dev); in frontend_changed() local 746 static void connect(struct backend_info *be) in connect() 829 static int connect_ring(struct backend_info *be) in connect_ring()
|
D | common.h | 285 struct backend_info *be; member
|
/linux-4.4.14/sound/soc/ |
D | soc-pcm.c | 179 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() local 1121 struct snd_soc_pcm_runtime *be, int stream) in dpcm_be_connect() 1156 struct snd_soc_pcm_runtime *be, int stream) in dpcm_be_reparent() 1215 struct snd_soc_pcm_runtime *be; in dpcm_get_be() local 1341 struct snd_soc_pcm_runtime *be; in dpcm_add_paths() local 1424 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_startup_unwind() local 1453 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_startup() local 1506 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_startup() local 1563 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_base_format() local 1664 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_shutdown() local [all …]
|
D | soc-topology.c | 526 struct snd_soc_tplg_bytes_control *be; in soc_tplg_kcontrol_bind_io() local 679 struct snd_soc_tplg_bytes_control *be; in soc_tplg_dbytes_create() local 1305 struct snd_soc_tplg_bytes_control *be; in soc_tplg_dapm_widget_dbytes_create() local
|
/linux-4.4.14/drivers/uwb/ |
D | beacon.c | 265 struct uwb_rc_evt_beacon *be, in __uwb_beca_add() 314 static void uwb_beacon_print(struct uwb_rc *rc, struct uwb_rc_evt_beacon *be, in uwb_beacon_print() 337 struct uwb_rc_evt_beacon *be; in uwb_bce_print_IEs() local 362 struct uwb_rc_evt_beacon *be) in uwb_verify_beacon() 397 struct uwb_rc_evt_beacon *be; in uwbd_evt_handle_rc_beacon() local
|
D | uwb-internal.h | 286 struct uwb_rc_evt_beacon *be; member
|
D | hwa-rc.c | 122 struct uwb_rc_evt_beacon_WUSB_0100 *be; in hwarc_filter_evt_beacon_WUSB_0100() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | bitops.h | 50 #define PPC_BITLSHIFT(be) (BITS_PER_LONG - 1 - (be)) argument 52 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument
|
/linux-4.4.14/arch/powerpc/lib/ |
D | rheap.c | 158 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-4.4.14/tools/perf/util/ |
D | trace-event.c | 41 int be = traceevent_host_bigendian(); in trace_event__init2() local
|
D | machine.c | 1791 struct branch_entry be[nr]; in thread__resolve_callchain_sample() local
|
D | intel-pt.c | 934 struct branch_entry *be; in intel_pt_update_last_branch_rb() local
|
/linux-4.4.14/tools/iio/ |
D | iio_utils.h | 50 unsigned be; member
|
D | iio_utils.c | 89 unsigned *shift, uint64_t *mask, unsigned *be, in iioutils_get_type()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe_frontend.c | 351 static void xenbus_reset_wait_for_backend(char *be, int expected) in xenbus_reset_wait_for_backend() 365 static void xenbus_reset_frontend(char *fe, char *be, int be_state) in xenbus_reset_frontend()
|
/linux-4.4.14/include/sound/ |
D | soc-dpcm.h | 74 struct snd_soc_pcm_runtime *be; member
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-dbg.c | 266 u32 cbp, be; in ohci_dump_td() local 433 u32 cbp, be; in show_list() local
|
/linux-4.4.14/arch/arc/kernel/ |
D | setup.c | 170 int i, be, atomic; in arc_cpu_mumbojumbo() local
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 157 struct snd_soc_pcm_runtime *be = dpcm->be; in fsl_asrc_dma_hw_params() local
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | cbe_regs.c | 195 struct device_node *be, *np; in cbe_fill_regs_map() local
|
/linux-4.4.14/net/atm/ |
D | pppoatm.c | 395 struct atm_backend_ppp be; in pppoatm_assign_vcc() local
|
D | br2684.c | 536 struct atm_backend_br2684 be; in br2684_regvcc() local
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_sideband.c | 45 u32 cmd, be = 0xf, bar = 0; in vlv_sideband_rw() local
|
/linux-4.4.14/drivers/atm/ |
D | ambassador.c | 331 __be32 be = cpu_to_be32 (data); in wr_mem() local 342 __be32 be = dev->membase[addr / sizeof(u32)]; in rd_mem() local
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-ocores.c | 451 bool be = pdata ? pdata->big_endian : in ocores_i2c_probe() local
|
/linux-4.4.14/drivers/pci/host/ |
D | pcie-altera.c | 54 #define TLP_CFG_DW1(reqid, tag, be) (((reqid) << 16) | (tag << 8) | (be)) argument
|
/linux-4.4.14/drivers/hwmon/ |
D | applesmc.c | 295 __be32 be; in read_register_count() local 344 __be32 be; in applesmc_get_entry_by_index() local
|
/linux-4.4.14/arch/tile/include/arch/ |
D | mpipe_shm.h | 306 uint_reg_t be : 1; member
|
/linux-4.4.14/arch/x86/kernel/ |
D | uprobes.c | 59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | hal_com.c | 749 void rtl8723a_set_ac_param_be(struct rtw_adapter *padapter, u32 be) in rtl8723a_set_ac_param_be()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_dbf.h | 182 struct fsf_bit_error_payload be; member
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 218 int be = !!(tun->flags & TUN_VNET_BE); in tun_get_vnet_be() local 228 int be; in tun_set_vnet_be() local
|
/linux-4.4.14/net/tipc/ |
D | node.c | 1090 struct tipc_bclink_entry *be; in tipc_node_bc_rcv() local
|
/linux-4.4.14/arch/arc/include/asm/ |
D | arcregs.h | 217 unsigned int div_rem:4, pad2:4, ldd:1, unalign:1, atomic:1, be:1, member
|
/linux-4.4.14/drivers/misc/cxl/ |
D | pci.c | 96 #define EXTRACT_PPC_BITS(val, bs, be) ((val & PPC_BITMASK(bs, be)) >> PPC_BITLSHIFT(be)) argument
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | processor.h | 88 __u64 be : 1; member
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 578 const __be64 *be = (const __be64 *)a; in ipv6_addr_loopback() local
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 1264 static const u8 be[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}; in uuid_string() local
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | q_struct.h | 683 u64 be:1; member
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 1992 struct qp_broker_entry *be; in vmci_qp_broker_exit() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 1410 __be32 *be = (__be32 *)buf; in bnx2x_nvram_read32() local
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 3730 u_char *be = &np->rv_ctest0; in ncr_init_burst() local
|