Home
last modified time | relevance | path

Searched refs:direct (Results 376 - 400 of 643) sorted by relevance

1...<<11121314151617181920>>...26

/kernel/linux/linux-5.10/fs/freevxfs/
H A Dvxfs_bmap.c80 struct direct *d = vip->vii_ext4.ve4_direct + i; in vxfs_bmap_ext4()
/kernel/linux/linux-6.6/fs/
H A DMakefile22 obj-$(CONFIG_LEGACY_DIRECT_IO) += direct-io.o
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_bmap.c56 struct direct *d = vip->vii_ext4.ve4_direct + i; in vxfs_bmap_ext4()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dinit_ohci1394_dma.c28 #include <asm/pci-direct.h> /* for direct PCI config space access */
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_cq.c78 cq->buf = (struct mlx4_cqe *)cq->wqres.buf.direct.buf; in mlx4_en_create_cq()
/kernel/linux/linux-6.6/drivers/of/
H A Ddevice.c8 #include <linux/dma-direct.h> /* for bus_dma_region */
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprobe_roms.c17 #include <asm/pci-direct.h>
H A Dmmconf-fam10h_64.c13 #include <asm/pci-direct.h>
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu_internal.h302 if (vcpu->arch.mmu->root_role.direct) { in kvm_mmu_do_page_fault()
/kernel/linux/linux-6.6/usr/
H A Dgen_initramfs.sh29 as direct input to initramfs.
/kernel/linux/linux-6.6/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() argument
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() argument
/third_party/ffmpeg/libavformat/
H A Dos_support.h36 #include <direct.h>
H A Davio.h270 int direct; member
650 * Use direct mode.
/third_party/libuv/test/
H A Dtest-fs-copyfile.c31 # include <direct.h>
/third_party/ninja/src/
H A Dtest.cc16 #include <direct.h> // Has to be before util.h is included.
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dutf7.js28 // Non-direct chars are encoded as "+<base64>-"; single "+" char is encoded as "+-".
65 if (!inBase64) { // We're in direct mode.
66 // Write direct chars until '+'
68 res += this.iconv.decode(buf.slice(lastI, i), "ascii"); // Write direct chars.
92 res += this.iconv.decode(buf.slice(lastI), "ascii"); // Write direct chars.
126 // * Base64 must not be used to represent direct characters.
166 buf[bufIdx++] = minusChar; // Write '-', then go to direct mode.
171 buf[bufIdx++] = uChar; // Write direct character
177 } else { // Non-direct character
208 buf[bufIdx++] = minusChar; // Write '-', then go to direct mod
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc39 # include <direct.h>
/third_party/python/Python/
H A Ddynload_win.c9 #include <direct.h>
48 both PE32 and PE32+. It only worries about the direct import table and
/third_party/ffmpeg/libavfilter/
H A Dafir_template.c248 static void fn(direct)(const ftype *in, const ctype *ir, int len, ftype *out) in direct() function
316 fn(direct)(src, coeff, nb_samples, dst); in fir_quantum()
/third_party/libwebsockets/lib/jose/jwe/
H A Djwe.c209 lws_jwa_concat_kdf(struct lws_jwe *jwe, int direct, uint8_t *out, in lws_jwa_concat_kdf() argument
238 aid = direct ? jwe->jose.enc_alg->alg : jwe->jose.alg->alg; in lws_jwa_concat_kdf()
/third_party/skia/tools/fm/
H A Dfm.cpp150 auto direct = GrAsDirectContext(canvas->recordingContext()); in init()
153 switch (gm->gpuSetup(direct, canvas, &err)) { in init()
/third_party/skia/gm/
H A Ddrawimageset.cpp298 DrawResult onGpuSetup(GrDirectContext* direct, SkString*) override {
313 kAlpha_8_SkColorType, alphaSpace, direct);
/kernel/linux/linux-6.6/fs/btrfs/
H A Dbackref.c151 struct preftree direct; /* BTRFS_SHARED_[DATA|BLOCK]_REF_KEY */ member
159 * The share_count tracks prelim_refs (direct and indirect) having a
421 /* direct refs use root == 0, key == NULL */
427 return add_prelim_ref(fs_info, &preftrees->direct, 0, NULL, level, in add_direct_ref()
448 struct rb_node **p = &preftrees->direct.root.rb_root.rb_node; in is_shared_data_backref()
720 * We maintain three separate rbtrees: one for direct refs, one for
729 * direct tree (merging there too).
762 "BUG: direct ref found in indirect tree")) { in resolve_indirect_refs()
786 prelim_ref_insert(ctx->fs_info, &preftrees->direct, ref, in resolve_indirect_refs()
815 prelim_ref_insert(ctx->fs_info, &preftrees->direct, in resolve_indirect_refs()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1487 * 4) "Raw" read operations return a direct view of the physical bytes in the
2168 struct gpmi_nand_data *this, void *buf, int raw_len, bool *direct) in gpmi_chain_data_read()
2181 *direct = prepare_data_dma(this, buf, raw_len, &transfer->sgl, in gpmi_chain_data_read()
2272 bool direct = false; in gpmi_nfc_exec_op() local
2347 &direct); in gpmi_nfc_exec_op()
2422 if (!ret && buf_read && !direct) in gpmi_nfc_exec_op()
2167 gpmi_chain_data_read( struct gpmi_nand_data *this, void *buf, int raw_len, bool *direct) gpmi_chain_data_read() argument

Completed in 21 milliseconds

1...<<11121314151617181920>>...26