Home
last modified time | relevance | path

Searched full:direct (Results 1 – 25 of 3833) sorted by relevance

12345678910>>...154

/openbmc/qemu/tests/qemu-iotests/
H A D142.out37 cache.direct=on on none0
38 Cache mode: writeback, direct
39 Cache mode: writeback, direct
40 Cache mode: writeback, direct
41 Cache mode: writeback, direct
42 Cache mode: writeback, direct
44 cache.direct=on on file
47 Cache mode: writeback, direct
51 cache.direct=on on backing
55 Cache mode: writeback, direct
[all …]
H A D14292 # cache.direct is supposed to be inherited by both bs->file and
95 printf "cache.direct=on on none0\n"
96 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot…
97 printf "\ncache.direct=on on file\n"
98 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]…
99 printf "\ncache.direct=on on backing\n"
100 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[…
101 printf "\ncache.direct=on on backing-file\n"
102 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.direct=on | grep -e "Cache" …
180 hmp_cmds='qemu-io none0 "reopen -o cache.direct=on"
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/direct/
H A Dftrace-direct.tc3 # description: Test ftrace direct functions against tracers
5 rmmod ftrace-direct ||:
6 if ! modprobe ftrace-direct ; then
7 echo "No ftrace-direct sample module - please make CONFIG_SAMPLE_FTRACE_DIRECT=m"
16 rmmod ftrace-direct
21 # tracer -> direct -> no direct > no tracer
23 modprobe ftrace-direct
24 rmmod ftrace-direct
27 # tracer -> direct -> no tracer > no direct
29 modprobe ftrace-direct
[all …]
H A Dkprobe-direct.tc3 # description: Test ftrace direct functions against kprobes
6 rmmod ftrace-direct ||:
7 if ! modprobe ftrace-direct ; then
8 echo "No ftrace-direct sample module - please build with CONFIG_SAMPLE_FTRACE_DIRECT=m"
17 rmmod ftrace-direct
23 modprobe ftrace-direct
29 rmmod ftrace-direct
44 # probe -> direct -> no direct > no probe
50 # probe -> direct -> no probe > no direct
56 # direct -> probe -> no probe > no direct
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Fix-Wincompatible-function-pointer-types.patch34 -int mh_select (struct direct *name);
36 +int mh_select (const struct direct *name);
45 -int mh_select (struct direct *name)
46 +int mh_select (const struct direct *name)
50 @@ -1209,7 +1209,7 @@ int mh_select (struct direct *name)
57 return atoi ((*(struct direct **) d1)->d_name) -
58 atoi ((*(struct direct **) d2)->d_name);
67 -int mix_rselect (struct direct *name);
68 +int mix_rselect (const struct direct *name);
76 -int mix_select (struct direct *name);
[all …]
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Ddirect_value_access.c2 "direct map access, write test 1",
14 "direct map access, write test 2",
26 "direct map access, write test 3",
38 "direct map access, write test 4",
50 "direct map access, write test 5",
62 "direct map access, write test 6",
75 "direct map access, write test 7",
84 .errstr = "direct value offset of 4294967295 is not allowed",
87 "direct map access, write test 8",
99 "direct map access, write test 9",
[all …]
/openbmc/linux/fs/nilfs2/
H A Ddirect.c3 * NILFS direct block pointer.
13 #include "direct.h"
17 static inline __le64 *nilfs_direct_dptrs(const struct nilfs_bmap *direct) in nilfs_direct_dptrs() argument
20 ((struct nilfs_direct_node *)direct->b_u.u_data + 1); in nilfs_direct_dptrs()
24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() argument
26 return le64_to_cpu(*(nilfs_direct_dptrs(direct) + key)); in nilfs_direct_get_ptr()
29 static inline void nilfs_direct_set_ptr(struct nilfs_bmap *direct, in nilfs_direct_set_ptr() argument
32 *(nilfs_direct_dptrs(direct) + key) = cpu_to_le64(ptr); in nilfs_direct_set_ptr()
35 static int nilfs_direct_lookup(const struct nilfs_bmap *direct, in nilfs_direct_lookup() argument
42 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dpxa27x-keypad.txt9 is debounce interval for direct key and bit[15:0] is debounce
15 Optional Properties for Direct Keyes
16 - marvell,direct-key-count : How many direct keyes are used.
17 - marvell,direct-key-mask : The mask indicates which keyes
18 are used. If bit[X] of the mask is set, the direct key X
20 - marvell,direct-key-low-active : Direct key status register
21 tells the level of pins that connects to the direct keyes.
24 - marvell,direct-key-map : It is a u16 array. Each item indicates
25 the linux key-code for the direct key.
57 marvell,direct-key-count = <1>;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch14 lib/direct/os/linux/glibc/system.c | 8 ++++++--
17 diff --git a/lib/direct/os/linux/glibc/system.c b/lib/direct/os/linux/glibc/system.c
19 --- a/lib/direct/os/linux/glibc/system.c
20 +++ b/lib/direct/os/linux/glibc/system.c
30 #include <direct/system.h>
31 #include <direct/util.h>
37 D_LOG_DOMAIN( Direct_Futex, "Direct/Futex", "Direct Futex" );
38 D_LOG_DOMAIN( Direct_Trap, "Direct/Trap", "Direct Trap" );
/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c46 u32 direct, mask; in qrio_gpio_direction_output() local
52 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_output()
53 direct |= mask; in qrio_gpio_direction_output()
54 out_be32(qrio_base + port_off + DIRECT_OFF, direct); in qrio_gpio_direction_output()
61 u32 direct, mask; in qrio_gpio_direction_input() local
67 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_gpio_direction_input()
68 direct &= ~mask; in qrio_gpio_direction_input()
69 out_be32(qrio_base + port_off + DIRECT_OFF, direct); in qrio_gpio_direction_input()
74 u32 direct, mask; in qrio_set_opendrain_gpio() local
80 direct = in_be32(qrio_base + port_off + DIRECT_OFF); in qrio_set_opendrain_gpio()
[all …]
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_warpdrive.c31 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
50 * _warpdrive_disable_ddio - Disable direct I/O for all the volumes
109 * mpt3sas_init_warpdrive_properties - Set properties for warpdrive direct I/O.
130 ioc_info(ioc, "WarpDrive : Direct IO is disabled globally as drives are exposed\n"); in mpt3sas_init_warpdrive_properties()
135 ioc_info(ioc, "WarpDrive : Direct IO is disabled globally as number of drives > 1\n"); in mpt3sas_init_warpdrive_properties()
140 ioc_info(ioc, "WarpDrive : Direct IO is disabled Failure in computing number of drives\n"); in mpt3sas_init_warpdrive_properties()
148 ioc_info(ioc, "WarpDrive : Direct IO is disabled Memory allocation failure for RVPG0\n"); in mpt3sas_init_warpdrive_properties()
154 ioc_info(ioc, "WarpDrive : Direct IO is disabled Failure in retrieving RVPG0\n"); in mpt3sas_init_warpdrive_properties()
161 * assumed for WARPDRIVE, disable direct I/O in mpt3sas_init_warpdrive_properties()
164 …ioc_warn(ioc, "WarpDrive : Direct IO is disabled for the drive with handle(0x%04x): num_mem=%d, ma… in mpt3sas_init_warpdrive_properties()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h288 * - no suffix for direct command descriptor structures
291 * - _completion for direct return data
313 /* Get version (direct 0x0001) */
338 /* Queue Shutdown (direct 0x0003) */
347 /* Set PF context (0x0004, direct) */
355 /* Request resource ownership (direct 0x0008)
356 * Release resource ownership (direct 0x0009)
424 /* Set CPPM Configuration (direct 0x0103) */
515 /* Clear PXE Command and response (direct 0x0110) */
604 /* Add Statistics (direct 0x0201)
[all …]
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmax34440.c276 .format[PSC_VOLTAGE_IN] = direct,
277 .format[PSC_VOLTAGE_OUT] = direct,
278 .format[PSC_TEMPERATURE] = direct,
279 .format[PSC_CURRENT_OUT] = direct,
318 .format[PSC_VOLTAGE_IN] = direct,
319 .format[PSC_VOLTAGE_OUT] = direct,
320 .format[PSC_TEMPERATURE] = direct,
321 .format[PSC_CURRENT_OUT] = direct,
322 .format[PSC_FAN] = direct,
361 .format[PSC_VOLTAGE_IN] = direct,
[all …]
H A Dmp5990.c42 * Therefore, we should enforce the VOUT in the direct format in mp5990_read_byte_data()
43 * when format use default direct mode. in mp5990_read_byte_data()
83 .format[PSC_VOLTAGE_IN] = direct,
84 .format[PSC_VOLTAGE_OUT] = direct,
85 .format[PSC_CURRENT_OUT] = direct,
86 .format[PSC_POWER] = direct,
87 .format[PSC_TEMPERATURE] = direct,
133 * EFUSE_CFG (0xC4) bit9=1 is linear mode, bit=0 is direct mode. in mp5990_probe()
148 data->vout_mode = direct; in mp5990_probe()
/openbmc/linux/samples/ftrace/
H A DMakefile3 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct.o
4 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-too.o
5 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-modify.o
6 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace-direct-multi.o
7 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace-direct-multi-modify.o
/openbmc/linux/arch/s390/mm/
H A Dvmem.c158 unsigned long end, bool add, bool direct) in modify_pte_table() argument
173 if (!direct) in modify_pte_table()
177 if (!direct) { in modify_pte_table()
193 if (direct) in modify_pte_table()
215 unsigned long end, bool add, bool direct) in modify_pmd_table() argument
235 if (!direct) in modify_pmd_table()
239 } else if (!direct && vmemmap_unuse_sub_pmd(addr, next)) { in modify_pmd_table()
248 MACHINE_HAS_EDAT1 && direct && in modify_pmd_table()
253 } else if (!direct && MACHINE_HAS_EDAT1) { in modify_pmd_table()
278 if (!direct) in modify_pmd_table()
[all …]
/openbmc/linux/arch/arm/mach-lpc32xx/
H A Dpm.c15 * direct-run, and halt modes. When switching between halt and run modes,
16 * the CPU transistions through direct-run mode. For Linux, direct-run
25 * Direct-run mode:
36 * wake the system up back into direct-run mode.
41 * SDRAM will still be accessible in direct-run mode. In DDR based systems,
42 * a transition to direct-run mode will stop all DDR accesses (no clocks).
52 * Enter direct-run mode
56 * System enters direct-run mode when an enabled event occurs
/openbmc/linux/fs/reiserfs/
H A Dtail_conversion.c18 * Converts direct items to an unformatted node. Panics if file has no
22 * path points to first direct item of the file regardless of how many of
100 /* Set the key to search for the direct items of the file */ in direct2indirect()
105 * Move bytes from the direct items to the new unformatted node in direct2indirect()
118 "direct item (%K) not found", &end_key); in direct2indirect()
121 "vs-14055: direct item expected(%K), found %h", in direct2indirect()
144 /* done: file does not have direct items anymore */ in direct2indirect()
196 * reads tail through page cache, insert direct item. When direct item
265 /* Set direct item header to insert. */ in indirect2direct()
282 /* Insert tail as new direct item in the tree */ in indirect2direct()
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dkeypad-pxa27x.h16 * 1. direct_key_num indicates the number of keys in the direct keypad
21 * 2. direct_key_map is the key code map for the direct keys, if rotary
22 * encoder(s) are enabled, direct key 0/1(2/3) will be ignored
27 * 4. matrix key and direct key will use the same debounce_interval by
44 /* direct keys */
49 /* give board a chance to choose the start direct key */
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_reloc.c11 case R_390_8: /* Direct 8 bit. */ in arch_kexec_do_relocs()
14 case R_390_12: /* Direct 12 bit. */ in arch_kexec_do_relocs()
18 case R_390_16: /* Direct 16 bit. */ in arch_kexec_do_relocs()
21 case R_390_20: /* Direct 20 bit. */ in arch_kexec_do_relocs()
26 case R_390_32: /* Direct 32 bit. */ in arch_kexec_do_relocs()
29 case R_390_64: /* Direct 64 bit. */ in arch_kexec_do_relocs()
/openbmc/linux/include/linux/spi/
H A Dspi-mem.h146 * struct spi_mem_dirmap_info - Direct mapping information
147 * @op_tmpl: operation template that should be used by the direct mapping when
149 * @offset: absolute offset this direct mapping is pointing to
150 * @length: length in byte of this direct mapping
155 * A direct mapping is only valid for one direction (read or write) and this
165 * struct spi_mem_dirmap_desc - Direct mapping descriptor
166 * @mem: the SPI memory device this direct mapping is attached to
167 * @info: information passed at direct mapping creation time
173 * no matter whether the controller supports direct mapping or not
176 * Common part of a direct mapping descriptor. This object is created by
[all …]
/openbmc/linux/include/xen/interface/
H A Dfeatures.h15 * update them via direct writes.
21 * tables, and can update them via direct writes.
87 * A direct-mapped (or 1:1 mapped) domain is a domain for which its
88 * local pages have gfn == mfn. If a domain is direct-mapped,
93 * - not auto_translated domains (x86 only) are always direct-mapped
94 * - on x86, auto_translated domains are not direct-mapped
95 * - on ARM, Dom0 is direct-mapped, DomUs are not
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_direct_packet_access.c25 __description("direct packet access: test1")
45 __description("direct packet access: test2")
80 __description("direct packet access: test3")
95 __description("direct packet access: test4 (write)")
115 __description("direct packet access: test5 (pkt_end >= reg, good access)")
137 __description("direct packet access: test6 (pkt_end >= reg, bad access)")
159 __description("direct packet access: test7 (pkt_end >= reg, both accesses)")
182 __description("direct packet access: test8 (double test, variant 1)")
206 __description("direct packet access: test9 (double test, variant 2)")
230 __description("direct packet access: test10 (write invalid)")
[all …]
/openbmc/linux/fs/nfs/
H A Dio.c31 * that we block all direct I/O.
36 * execute in parallel, thanks to the shared lock, whereas direct I/O
75 * that we block all direct I/O.
107 * nfs_start_io_direct - declare the file is being used for direct i/o
110 * Declare that a direct I/O operation is about to start, and ensure
115 * In practice, this means that direct I/O operations are allowed to
138 * nfs_end_io_direct - declare that the direct i/o operation is done
141 * Declare that a direct I/O operation is done, and release the shared
/openbmc/linux/fs/ceph/
H A Dio.c39 * that we block all direct I/O.
44 * execute in parallel, thanks to the shared lock, whereas direct I/O
84 * that we block all direct I/O.
121 * ceph_start_io_direct - declare the file is being used for direct i/o
124 * Declare that a direct I/O operation is about to start, and ensure
129 * In practice, this means that direct I/O operations are allowed to
153 * ceph_end_io_direct - declare that the direct i/o operation is done
156 * Declare that a direct I/O operation is done, and release the shared

12345678910>>...154