Searched full:crossing (Results 1 – 25 of 149) sorted by relevance
123456
/linux-5.10/include/linux/ |
D | namei.h | 44 #define LOOKUP_NO_SYMLINKS 0x010000 /* No symlink crossing. */ 45 #define LOOKUP_NO_MAGICLINKS 0x020000 /* No nd_jump_link() crossing. */ 46 #define LOOKUP_NO_XDEV 0x040000 /* No mountpoint crossing. */
|
/linux-5.10/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-5.10/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-5.10/block/ |
D | opal_proto.h | 369 * bit 0: range crossing 429 * bit 0: range crossing
|
/linux-5.10/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-5.10/arch/riscv/include/asm/ |
D | barrier.h | 66 * this in order to avoid any IO crossing a scheduling boundary. In both
|
/linux-5.10/fs/nfs/ |
D | namespace.c | 134 * nfs_d_automount - Handle crossing a mountpoint on the server 255 * nfs_do_submount - set up mountpoint when crossing a filesystem boundary
|
/linux-5.10/arch/alpha/include/asm/ |
D | floppy.h | 93 * Most Alphas have no problems with floppy DMA crossing 64k borders,
|
/linux-5.10/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-5.10/arch/parisc/kernel/ |
D | patch.c | 81 * We're crossing a page boundary, so in __patch_text_multiple()
|
/linux-5.10/kernel/trace/ |
D | trace_clock.c | 51 * but not completely incorrect when crossing CPUs either.
|
/linux-5.10/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-5.10/arch/m68k/include/asm/ |
D | floppy.h | 110 /* No 64k boundary crossing problems on Q40 - no DMA at all */
|
/linux-5.10/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-5.10/Documentation/admin-guide/cgroup-v1/ |
D | hugetlb.rst | 93 receive a SIGBUS if it's crossing its limit.
|
/linux-5.10/arch/powerpc/include/asm/ |
D | floppy.h | 205 * The PowerPC has no problems with floppy DMA crossing 64k borders.
|
/linux-5.10/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-5.10/drivers/net/wireless/ti/wl1251/ |
D | tx.h | 51 * TX complete indication was requested in tx_control or per crossing
|
/linux-5.10/drivers/misc/lkdtm/ |
D | perms.c | 67 /* Intentionally crossing kernel/user memory boundary. */ in execute_user_location()
|
/linux-5.10/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)", 270 "bounds check after truncation of boundary-crossing range (2)",
|
/linux-5.10/drivers/hid/ |
D | hid-uclogic-params.h | 92 * encoder, in the report. Cannot point to a 2-bit field crossing a
|
/linux-5.10/arch/parisc/include/asm/ |
D | floppy.h | 210 printk("DMA crossing 64-K boundary %p-%p\n", addr, addr+size); in hard_dma_setup()
|
/linux-5.10/arch/x86/include/asm/ |
D | floppy.h | 211 printk("DMA crossing 64-K boundary %p-%p\n", addr, addr+size); in hard_dma_setup()
|
123456