Home
last modified time | relevance | path

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

123

/Linux-v5.10/fs/nilfs2/
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()
93 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v()
164 static int nilfs_direct_seek_key(const struct nilfs_bmap *direct, __u64 start, in nilfs_direct_seek_key()
179 static int nilfs_direct_last_key(const struct nilfs_bmap *direct, __u64 *keyp) in nilfs_direct_last_key()
202 static int nilfs_direct_gather_data(struct nilfs_bmap *direct, in nilfs_direct_gather_data()
287 static int nilfs_direct_assign_v(struct nilfs_bmap *direct, in nilfs_direct_assign_v()
[all …]
/Linux-v5.10/arch/s390/mm/
Dvmem.c152 unsigned long end, bool add, bool direct) in modify_pte_table()
209 unsigned long end, bool add, bool direct) in modify_pmd_table()
311 bool add, bool direct) in modify_pud_table()
388 bool add, bool direct) in modify_p4d_table()
442 bool direct) in modify_pagetable()
477 static int add_pagetable(unsigned long start, unsigned long end, bool direct) in add_pagetable()
482 static int remove_pagetable(unsigned long start, unsigned long end, bool direct) in remove_pagetable()
/Linux-v5.10/drivers/crypto/ccree/
Dcc_aead.c763 unsigned int *seq_size, int direct) in cc_proc_authen_desc()
880 int direct = req_ctx->gen_ctx.op_type; in cc_proc_digest_desc() local
929 int direct = req_ctx->gen_ctx.op_type; in cc_set_cipher_desc() local
969 int direct = req_ctx->gen_ctx.op_type; in cc_proc_cipher() local
1185 static enum cc_flow_mode cc_get_data_flow(enum drv_crypto_direction direct, in cc_get_data_flow()
1216 int direct = req_ctx->gen_ctx.op_type; in cc_hmac_authenc() local
1269 int direct = req_ctx->gen_ctx.op_type; in cc_xcbc_authenc() local
1312 enum drv_crypto_direction direct, in validate_data_size()
1892 enum drv_crypto_direction direct) in cc_proc_aead()
Dcc_buffer_mgr.c107 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct) in cc_copy_sg_portion()
647 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_dlli() local
673 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_mlli() local
786 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_aead_chain_data() local
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c56 struct bpf_map *direct) in check_bpf_map_ptr()
68 static inline int check(struct bpf_map *indirect, struct bpf_map *direct, in check()
78 struct bpf_map *direct) in check_default()
86 check_default_noinline(struct bpf_map *indirect, struct bpf_map *direct) in check_default_noinline()
/Linux-v5.10/fs/freevxfs/
Dvxfs_inode.h77 struct direct { /* Direct extents */ struct
78 __fs32 extent; /* Extent number */
79 __fs32 size; /* Size of extent */
/Linux-v5.10/drivers/platform/x86/
Dintel_mid_thermal.c78 int direct; member
119 static int adc_to_temp(int direct, uint16_t adc_val, int *tp) in adc_to_temp()
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Drf.c387 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_enable_anotherphy() local
418 u8 direct = bmac0 ? BIT(3) | BIT(2) : BIT(3); in rtl92d_phy_powerdown_anotherphy() local
/Linux-v5.10/sound/core/seq/
Dseq_system.c101 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
Dseq_dummy.c74 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
Dseq_virmidi.c102 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
Dseq_midi.c114 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi()
/Linux-v5.10/sound/drivers/opl4/
Dopl4_seq.c111 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input()
/Linux-v5.10/arch/x86/mm/
Dinit_64.c961 bool direct) in remove_pte_table()
1032 bool direct, struct vmem_altmap *altmap) in remove_pmd_table()
1088 struct vmem_altmap *altmap, bool direct) in remove_pud_table()
1143 struct vmem_altmap *altmap, bool direct) in remove_p4d_table()
1175 remove_pagetable(unsigned long start, unsigned long end, bool direct, in remove_pagetable()
/Linux-v5.10/sound/drivers/opl3/
Dopl3_oss.c28 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
Dopl3_seq.c141 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
/Linux-v5.10/sound/core/seq/oss/
Dseq_oss_init.c123 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
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()
Dseq_oss_midi.c506 snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data) in snd_seq_oss_midi_input()
/Linux-v5.10/sound/synth/emux/
Demux_seq.c239 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
Demux_oss.c287 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_uvd.c1059 bool direct, struct dma_fence **fence) in amdgpu_uvd_send_msg()
1195 bool direct, struct dma_fence **fence) in amdgpu_uvd_get_destroy_msg()
/Linux-v5.10/include/sound/
Dpcm_oss.h13 direct:1, member
/Linux-v5.10/fs/befs/
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-v5.10/fs/minix/
Ditree_common.c360 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks() local

123