Home
last modified time | relevance | path

Searched full:everything (Results 1 – 25 of 4120) sorted by relevance

12345678910>>...165

/kernel/linux/linux-5.10/include/uapi/linux/
Dlibc-compat.h65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
74 /* Linux headers included first, and we must define everything
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
120 /* Linux headers included first, and we must define everything
170 * or we are being included in the kernel, then define everything
188 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
/kernel/linux/linux-6.6/include/uapi/linux/
Dlibc-compat.h65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
74 /* Linux headers included first, and we must define everything
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
120 /* Linux headers included first, and we must define everything
170 * or we are being included in the kernel, then define everything
188 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
/kernel/linux/linux-5.10/Documentation/driver-api/
Disa.rst61 everything was found to be present and accounted for. If it wanted the
64 do everything in .probe() as before.
70 values have been passed in) and .probe() for everything else. This is
97 do that with everything being internal, so isa_register_driver() abuses
110 everything is backed out again and the error, or -ENODEV, is returned.
/kernel/linux/linux-6.6/Documentation/driver-api/
Disa.rst61 everything was found to be present and accounted for. If it wanted the
64 do everything in .probe() as before.
70 values have been passed in) and .probe() for everything else. This is
97 do that with everything being internal, so isa_register_driver() abuses
110 everything is backed out again and the error, or -ENODEV, is returned.
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dtest_rdonly_maps.c27 /* prevent compiler to optimize everything out */ in skip_loop()
46 /* prevent compiler to optimize everything out */ in part_loop()
65 /* prevent compiler to optimize everything out */ in full_loop()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_rdonly_maps.c27 /* prevent compiler to optimize everything out */ in skip_loop()
46 /* prevent compiler to optimize everything out */ in part_loop()
65 /* prevent compiler to optimize everything out */ in full_loop()
/kernel/linux/linux-5.10/security/
DKconfig.hardening93 bool "zero-init everything passed by reference (very strong)"
110 bool "pattern-init everything (strongest)"
113 Initializes everything on the stack (including padding)
128 bool "zero-init everything (strongest and safest)"
131 Initializes everything on the stack (including padding)
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/
Damlogic,meson-uart.yaml16 "Everything-Else" power domain.
43 - description: Everything-Else power domain UART controller
51 - description: Everything-Else power domain UART controller on G12A SoCs
/kernel/linux/linux-5.10/drivers/block/paride/
DTransition-notes40 pd.c, everything until returning 1 or setting or setting ->claim_cont
42 * in pi_do_claimed() when called from pd.c, everything until the call
43 of pi_do_claimed() plus the everything until the call of cont() if
45 * in pi_wake_up() called for PIA that belongs to pd.c, everything from
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
Dswitch_to.h32 * That is, everything following __switch_to() will be skipped for new threads.
33 * So everything that matters to new threads should be placed before __switch_to().
/kernel/linux/linux-6.6/drivers/soc/amlogic/
DKconfig41 tristate "Amlogic Meson Everything-Else Power Domains driver"
48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
/kernel/linux/linux-5.10/drivers/soc/amlogic/
DKconfig41 bool "Amlogic Meson Everything-Else Power Domains driver"
48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
Dswitch_to.h33 * That is, everything following __switch_to() will be skipped for new threads.
34 * So everything that matters to new threads should be placed before __switch_to().
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dgp10b.c30 nvkm_wr32(device, 0x000200, 0xffffffff); /* everything on */ in gp10b_mc_init()
31 nvkm_wr32(device, 0x00020c, 0xffffffff); /* everything out of ELPG */ in gp10b_mc_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
DTODO.txt19 refcounts, caching, ... on everything.
25 here, treating everything else as a fixed platform. i915_sw_fence concepts
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dgp10b.c30 nvkm_wr32(device, 0x000200, 0xffffffff); /* everything on */ in gp10b_mc_init()
31 nvkm_wr32(device, 0x00020c, 0xffffffff); /* everything out of ELPG */ in gp10b_mc_init()
/kernel/linux/linux-6.6/security/
DKconfig.hardening95 bool "zero-init everything passed by reference (very strong)"
113 bool "pattern-init everything (strongest)"
117 Initializes everything on the stack (including padding)
132 bool "zero-init everything (strongest and safest)"
136 Initializes everything on the stack (including padding)
/kernel/linux/linux-6.6/arch/arm64/kvm/
Dnested.c36 /* Support everything but TME, O.S. and Range TLBIs */ in access_nested_id_reg()
42 /* Support everything but PtrAuth and Spec Invalidation */ in access_nested_id_reg()
91 /* Support everything */ in access_nested_id_reg()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dcustom_sec_handlers.c114 /* fallback treats everything as BPF_PROG_TYPE_SYSCALL program to test in test_custom_sec_handlers()
144 /* now attempt to load everything */ in test_custom_sec_handlers()
149 /* now try to auto-attach everything */ in test_custom_sec_handlers()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
Damlogic,meson-uart.yaml16 "Everything-Else" power domain.
33 - description: Everything-Else power domain UART controller
/kernel/linux/linux-5.10/arch/um/drivers/
Dstderr_console.c9 /* trivial console driver -- simply dump everything to stderr */
53 * there is no added value in dumping everything to stderr, and the
/kernel/linux/linux-6.6/arch/um/drivers/
Dstderr_console.c9 /* trivial console driver -- simply dump everything to stderr */
53 * there is no added value in dumping everything to stderr, and the
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
Di915_gem_evict.c120 /* Everything is pinned, nothing should happen */ in igt_evict_something()
135 /* Everything is unpinned, we should be able to evict something */ in igt_evict_something()
207 /* Everything is pinned, nothing should happen */ in igt_evict_for_vma()
219 /* Everything is unpinned, we should be able to evict the node */ in igt_evict_for_vma()
340 /* Fill the GGTT with pinned objects and try to evict everything. */ in igt_evict_vm()
346 /* Everything is pinned, nothing should happen */ in igt_evict_vm()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_gem_evict.c118 /* Everything is pinned, nothing should happen */ in igt_evict_something()
133 /* Everything is unpinned, we should be able to evict something */ in igt_evict_something()
205 /* Everything is pinned, nothing should happen */ in igt_evict_for_vma()
217 /* Everything is unpinned, we should be able to evict the node */ in igt_evict_for_vma()
337 /* Fill the GGTT with pinned objects and try to evict everything. */ in igt_evict_vm()
343 /* Everything is pinned, nothing should happen */ in igt_evict_vm()
/kernel/linux/linux-6.6/arch/arm/kernel/
Dhead-inflate-data.c22 * allocation is available. Everything must be allocated on the stack and
28 * area possible. And because everything is statically allocated on the

12345678910>>...165