Searched refs:wraps (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace-ucode.h | 36 TP_PROTO(const struct device *dev, u32 wraps, u32 n_entry, u32 p_entry), 37 TP_ARGS(dev, wraps, n_entry, p_entry), 41 __field(u32, wraps) 47 __entry->wraps = wraps; 52 __get_str(dev), __entry->wraps, __entry->n_entry,
|
/linux-6.12.1/Documentation/accounting/ |
D | taskstats-struct.rst | 108 * xxx_delay_total wraps around to zero on overflow 134 * and wraps around to zero silently on overflow 142 * and wraps around to zero silently on overflow
|
/linux-6.12.1/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 10 #This function wraps storeing VSX regs to the end of an array and a
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | posix_timers.c | 500 int wraps = 0; in check_gettime() local 536 wraps++; in check_gettime() 544 ksft_test_result(wraps > 1, "check_gettime %s\n", name); in check_gettime()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 54 @functools.wraps(f)
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-msc | 52 becomes full (1/y/Y) or wraps around and continues until the next
|
/linux-6.12.1/Documentation/bpf/libbpf/ |
D | libbpf_naming_convention.rst | 22 For example ``bpf_map_lookup_elem`` wraps ``BPF_MAP_LOOKUP_ELEM`` 23 command of sys_bpf, ``bpf_prog_attach`` wraps ``BPF_PROG_ATTACH``, etc.
|
D | libbpf_overview.rst | 216 bindings directly to libbpf. Libbpf-rs wraps libbpf functionality in
|
/linux-6.12.1/tools/testing/selftests/net/lib/py/ |
D | ksft.py | 155 @functools.wraps(func)
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | bootwrapper.rst | 7 PowerPC image targets compresses and wraps the kernel image (vmlinux) with 78 does not add any boot code. It just wraps a compressed
|
D | imc.rst | 149 hardware does not support exceptions, so it quietly wraps around if memory
|
/linux-6.12.1/Documentation/driver-api/ |
D | spi.rst | 42 which wraps a full duplex SPI transfer. A variety of protocol tweaking
|
/linux-6.12.1/Documentation/timers/ |
D | timekeeping.rst | 31 n bits which count from 0 to (2^n)-1 and then wraps around to 0 and start over. 130 i.e. after 64 bits. Since this is a nanosecond value this will mean it wraps
|
/linux-6.12.1/Documentation/rust/ |
D | general-information.rst | 76 For instance, one may write a ``Mutex`` abstraction in Rust which wraps
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
D | radiotrack.rst | 49 signal probably has a small range of useful frequencies, and wraps around or
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/google/ |
D | gve.rst | 156 from the current generation. When the ring wraps, the current/next generation
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
D | genetlink-legacy.rst | 52 ``indexed-array`` wraps the entire array in an extra attribute (hence
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-internals.rst | 16 the library that wraps most of the DRM ioctls. These include vblank
|
D | vgaarbiter.rst | 176 X server basically wraps all the functions that touch VGA registers somehow.
|
/linux-6.12.1/Documentation/networking/ |
D | devmem.rst | 135 this is udmabuf, which wraps user memory (non-devmem) in a dmabuf.
|
D | msg_zerocopy.rst | 111 The counter counts system call invocations, not bytes. It wraps after
|
/linux-6.12.1/Documentation/bpf/ |
D | cpumasks.rst | 181 being queried, mutated, etc. A ``struct bpf_cpumask`` wraps a ``struct
|
/linux-6.12.1/Documentation/filesystems/ |
D | debugfs.rst | 197 The "array" argument wraps a pointer to the array's data and the number
|
/linux-6.12.1/Documentation/mm/ |
D | highmem.rst | 147 requires global TLB invalidation when the kmap's pool wraps and it might
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-tuner.rst | 242 where the seek wraps around when it reaches the end of the
|
12