/linux/fs/nilfs2/ |
H A D | direct.c | 17 static inline __le64 *nilfs_direct_dptrs(const struct nilfs_bmap *direct) in nilfs_direct_dptrs() 24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() 29 static inline void nilfs_direct_set_ptr(struct nilfs_bmap *direct, in nilfs_direct_set_ptr() 35 static int nilfs_direct_lookup(const struct nilfs_bmap *direct, in nilfs_direct_lookup() 50 static int nilfs_direct_lookup_contig(const struct nilfs_bmap *direct, in nilfs_direct_lookup_contig() 98 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v() 169 static int nilfs_direct_seek_key(const struct nilfs_bmap *direct, __u64 start, in nilfs_direct_seek_key() 184 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key() 207 static int nilfs_direct_gather_data(struct nilfs_bmap *direct, in nilfs_direct_gather_data() 292 static int nilfs_direct_assign_v(struct nilfs_bmap *direct, in nilfs_direct_assign_v() [all …]
|
/linux/arch/s390/mm/ |
H A D | vmem.c | 166 unsigned long end, bool add, bool direct, in modify_pte_table() 224 unsigned long end, bool add, bool direct, in modify_pmd_table() 319 bool add, bool direct, struct vmem_altmap *altmap) in modify_pud_table() 387 bool add, bool direct, struct vmem_altmap *altmap) in modify_p4d_table() 432 bool direct, struct vmem_altmap *altmap) in modify_pagetable() 470 static int add_pagetable(unsigned long start, unsigned long end, bool direct, in add_pagetable() 476 static int remove_pagetable(unsigned long start, unsigned long end, bool direct, in remove_pagetable()
|
/linux/drivers/irqchip/ |
H A D | irq-riscv-aplic-direct.c | 36 struct aplic_direct *direct; member 55 struct aplic_direct *direct = container_of(priv, struct aplic_direct, priv); in aplic_direct_set_affinity() local 106 struct aplic_direct *direct = container_of(priv, struct aplic_direct, priv); in aplic_direct_irqdomain_alloc() local 225 struct aplic_direct *direct; in aplic_direct_setup() local
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 18 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_enable_anotherphy() local 49 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_powerdown_anotherphy() local
|
H A D | hw.c | 24 u32 rtl92de_read_dword_dbi(struct ieee80211_hw *hw, u16 offset, u8 direct) in rtl92de_read_dword_dbi() 37 u16 offset, u32 value, u8 direct) in rtl92de_write_dword_dbi()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | sdio.c | 133 bool direct) in rtw_sdio_to_io_address() 252 bool direct, bus_claim; in rtw_sdio_read8() local 280 bool direct, bus_claim; in rtw_sdio_read16() local 308 bool direct, bus_claim; in rtw_sdio_read32() local 391 bool direct, bus_claim; in rtw_sdio_write8() local 416 bool direct, bus_claim; in rtw_sdio_write16() local 441 bool direct, bus_claim; in rtw_sdio_write32() local
|
/linux/samples/ftrace/ |
H A D | ftrace-direct-multi.c | 144 static struct ftrace_ops direct; global() variable
|
H A D | ftrace-direct.c | 137 static struct ftrace_ops direct; global() variable
|
H A D | ftrace-direct-too.c | 156 static struct ftrace_ops direct; global() variable
|
H A D | ftrace-direct-multi-modify.c | 234 static struct ftrace_ops direct; global() variable
|
H A D | ftrace-direct-modify.c | 202 static struct ftrace_ops direct; global() variable
|
/linux/fs/freevxfs/ |
H A D | vxfs_inode.h | 52 struct direct { /* Direct extents */ struct 53 __fs32 extent; /* Extent number */ 54 __fs32 size; /* Size of extent */
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 51 struct bpf_map *direct) in check_bpf_map_ptr() 62 static inline int check(struct bpf_map *indirect, struct bpf_map *direct, in check() 72 struct bpf_map *direct) in check_default() 80 check_default_noinline(struct bpf_map *indirect, struct bpf_map *direct) in check_default_noinline()
|
/linux/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 107 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct) in cc_copy_sg_portion() 656 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_dlli() local 682 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_mlli() local 795 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_aead_chain_data() local
|
/linux/sound/core/seq/ |
H A D | seq_system.c | 102 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
|
H A D | seq_dummy.c | 80 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
|
/linux/sound/drivers/opl4/ |
H A D | opl4_seq.c | 111 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input()
|
/linux/sound/drivers/opl3/ |
H A D | opl3_seq.c | 143 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
|
H A D | opl3_oss.c | 28 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
|
/linux/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 117 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
|
H A D | seq_oss_event.c | 422 snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_seq_oss_event_input()
|
/linux/sound/synth/emux/ |
H A D | emux_seq.c | 240 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
|
H A D | emux_oss.c | 289 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input()
|
/linux/fs/befs/ |
H A D | befs_fs_types.h | 148 befs_disk_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member 158 befs_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_uvd.c | 1126 bool direct, struct dma_fence **fence) in amdgpu_uvd_send_msg() 1229 bool direct, struct dma_fence **fence) in amdgpu_uvd_get_destroy_msg()
|