Home
last modified time | relevance | path

Searched defs:direct (Results 1 – 25 of 59) sorted by relevance

123

/linux/fs/nilfs2/
H A Ddirect.c17 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 Dvmem.c166 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 Dirq-riscv-aplic-direct.c36 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 Drf.c18 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 Dhw.c24 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 Dsdio.c133 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 Dftrace-direct-multi.c144 static struct ftrace_ops direct; global() variable
H A Dftrace-direct.c137 static struct ftrace_ops direct; global() variable
H A Dftrace-direct-too.c156 static struct ftrace_ops direct; global() variable
H A Dftrace-direct-multi-modify.c234 static struct ftrace_ops direct; global() variable
H A Dftrace-direct-modify.c202 static struct ftrace_ops direct; global() variable
/linux/fs/freevxfs/
H A Dvxfs_inode.h52 struct direct { /* Direct extents */ struct
53 __fs32 extent; /* Extent number */
54 __fs32 size; /* Size of extent */
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c51 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 Dcc_buffer_mgr.c107 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 Dseq_system.c102 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
H A Dseq_dummy.c80 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
/linux/sound/drivers/opl4/
H A Dopl4_seq.c111 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 Dopl3_seq.c143 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
H A Dopl3_oss.c28 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 Dseq_oss_init.c117 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
H A Dseq_oss_event.c422 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 Demux_seq.c240 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
H A Demux_oss.c289 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 Dbefs_fs_types.h148 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 Damdgpu_uvd.c1126 bool direct, struct dma_fence **fence) in amdgpu_uvd_send_msg()
1229 bool direct, struct dma_fence **fence) in amdgpu_uvd_get_destroy_msg()

123