Searched full:crossing (Results 1 – 25 of 158) sorted by relevance
1234567
/Linux-v5.15/include/linux/ |
D | namei.h | 41 #define LOOKUP_NO_SYMLINKS 0x010000 /* No symlink crossing. */ 42 #define LOOKUP_NO_MAGICLINKS 0x020000 /* No nd_jump_link() crossing. */ 43 #define LOOKUP_NO_XDEV 0x040000 /* No mountpoint crossing. */
|
/Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
D | i40e_lan_hmc.h | 14 * The sizes of the variables may be larger than needed due to crossing byte 47 * The sizes of the variables may be larger than needed due to crossing byte
|
/Linux-v5.15/drivers/usb/host/ |
D | ohci-mem.c | 50 0 /* no page-crossing issues */); in ohci_mem_init() 57 0 /* no page-crossing issues */); in ohci_mem_init()
|
/Linux-v5.15/block/ |
D | opal_proto.h | 369 * bit 0: range crossing 429 * bit 0: range crossing
|
/Linux-v5.15/arch/arm64/lib/ |
D | strncmp.S | 218 /* Prepare ourselves for the next page crossing. Unlike the aligned 219 loop, we fetch 1 less dword because we risk crossing bounds on
|
/Linux-v5.15/sound/soc/codecs/ |
D | rt5631.c | 375 /* keep soft volume and zero crossing setting */ in onebit_depop_power_stage() 394 /* recover soft volume and zero crossing setting */ in onebit_depop_power_stage() 414 /* keep soft volume and zero crossing setting */ in onebit_depop_mute_stage() 433 /* recover soft volume and zero crossing setting */ in onebit_depop_mute_stage() 453 /* keep soft volume and zero crossing setting */ in depop_seq_power_stage() 506 /* recover soft volume and zero crossing setting */ in depop_seq_power_stage() 526 /* keep soft volume and zero crossing setting */ in depop_seq_mute_stage() 558 /* recover soft volume and zero crossing setting */ in depop_seq_mute_stage()
|
D | adau1781.c | 218 SND_SOC_DAPM_SUPPLY("Zero Crossing Detector", ADAU1781_DIG_PWDN1, 2, 0, 252 { "Beep Mixer", NULL, "Zero Crossing Detector" },
|
D | max9877.c | 77 SOC_SINGLE("MAX9877 Zero-crossing detection Switch",
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | barrier.h | 66 * this in order to avoid any IO crossing a scheduling boundary. In both
|
/Linux-v5.15/fs/nfs/ |
D | namespace.c | 134 * nfs_d_automount - Handle crossing a mountpoint on the server 258 * nfs_do_submount - set up mountpoint when crossing a filesystem boundary
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | floppy.h | 93 * Most Alphas have no problems with floppy DMA crossing 64k borders,
|
/Linux-v5.15/arch/parisc/kernel/ |
D | patch.c | 81 * We're crossing a page boundary, so in __patch_text_multiple()
|
/Linux-v5.15/Documentation/admin-guide/ |
D | syscall-user-dispatch.rst | 22 invoking the kernel, when crossing the compatibility layer API
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | memory.json | 294 "BriefDescription": "The number of 4KB misaligned (i.e., page crossing) loads.", 300 "BriefDescription": "The number of 64B misaligned (i.e., cacheline crossing) loads.",
|
/Linux-v5.15/include/linux/spi/ |
D | spi-mem.h | 243 * data than requested (for example when the request is crossing 249 * data than requested (for example when the request is crossing
|
/Linux-v5.15/kernel/trace/ |
D | trace_clock.c | 51 * but not completely incorrect when crossing CPUs either.
|
/Linux-v5.15/drivers/block/drbd/ |
D | drbd_actlog.c | 243 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_fastpath() 251 /* FIXME figure out a fast path for bios crossing AL extent boundaries */ in drbd_al_begin_io_fastpath() 260 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_prepare() 487 /* for bios crossing activity log extent boundaries, in drbd_al_begin_io_nonblock() 546 /* for bios crossing activity log extent boundaries, in drbd_al_complete_io()
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | test_sk_assign.c | 178 * fail to verify because we're crossing pointer types. in bpf_sk_assign_test()
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | floppy.h | 205 * The PowerPC has no problems with floppy DMA crossing 64k borders.
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | floppy.h | 110 /* No 64k boundary crossing problems on Q40 - no DMA at all */
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 93 receive a SIGBUS if it's crossing its limit.
|
/Linux-v5.15/arch/m68k/kernel/ |
D | sys_m68k.c | 161 /* Recompute physical address when crossing a page in cache_flush_040() 322 /* Recompute physical address when crossing a page in cache_flush_060()
|
/Linux-v5.15/drivers/misc/lkdtm/ |
D | perms.c | 67 /* Intentionally crossing kernel/user memory boundary. */ in execute_user_location()
|
/Linux-v5.15/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 51 * TX complete indication was requested in tx_control or per crossing
|
/Linux-v5.15/tools/testing/selftests/bpf/verifier/ |
D | bounds.c | 201 "bounds check after truncation of non-boundary-crossing range", 234 "bounds check after truncation of boundary-crossing range (1)", 268 "bounds check after truncation of boundary-crossing range (2)",
|
1234567