Searched full:globally (Results 1 – 25 of 208) sorted by relevance
123456789
/Linux-v5.10/include/uapi/linux/ |
D | atmioc.h | 19 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */ 25 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */ 29 #define ATMIOC_ITF 0x80 /* Interface ioctls, globally unique */ 35 #define ATMIOC_LANE 0xd0 /* LAN Emulation, globally unique */ 36 #define ATMIOC_MPOA 0xd8 /* MPOA, globally unique */ 37 #define ATMIOC_CLIP 0xe0 /* Classical IP over ATM control, globally u. */ 39 #define ATMIOC_SPECIAL 0xf0 /* Special-purpose controls, globally unique */
|
/Linux-v5.10/fs/overlayfs/ |
D | Kconfig | 20 still possible to turn off redirects globally with the 51 In this case it is still possible to turn off index globally with the 73 globally with the "nfs_export=off" module option or on a filesystem 118 possible to turn off this feature globally with the "metacopy=off"
|
/Linux-v5.10/kernel/trace/ |
D | trace_clock.c | 12 * - global: globally monotonic, serialized clock 77 * trace_clock_global(): special globally coherent trace clock 82 * Used by plugins that need globally coherent timestamps.
|
/Linux-v5.10/Documentation/core-api/ |
D | atomic_ops.rst | 319 "1" to obj->dead will be globally visible to other cpus before the 422 counter decrement would not become globally visible until the 488 made visible globally before the atomic bit operation is made visible. 489 Likewise, the atomic bit operation must be visible globally before any 521 * be globally visible before the clear_bit(). 575 1) When acquiring a lock, the implementation must make it globally 579 all previous memory operations are globally visible before the 595 sure the spinlock operation is globally visible before any
|
/Linux-v5.10/include/linux/ |
D | async.h | 65 * wait within a certain synchronization domain rather than globally. 105 * wait within a certain synchronization domain rather than globally.
|
D | trace_clock.h | 11 * - global: globally monotonic, serialized clock
|
/Linux-v5.10/fs/ocfs2/ |
D | quota.h | 33 s64 dq_origspace; /* Last globally synced space usage */ 34 s64 dq_originodes; /* Last globally synced inode usage */
|
/Linux-v5.10/fs/coda/ |
D | cnode.c | 112 * not be globally unique. When an identifier collision is detected we 116 * The real solution is to use globally unique UUIDs as identifiers, but
|
/Linux-v5.10/kernel/irq/ |
D | matrix.c | 340 * This is merily a book keeping call. It increments the number of globally 359 * This is merily a book keeping call. It decrements the number of globally 443 * irq_matrix_available - Get the number of globally available irqs 458 * irq_matrix_reserved - Get the number of globally reserved irqs
|
/Linux-v5.10/Documentation/vm/ |
D | hwpoison.rst | 67 (can be controlled globally and per process) 85 Enable early kill mode globally
|
/Linux-v5.10/kernel/ |
D | watchdog_hld.c | 242 * hardlockup_detector_perf_stop - Globally stop watchdog events 261 * hardlockup_detector_perf_restart - Globally restart watchdog events
|
D | async.c | 31 The asynchronously called function should before doing a globally visible 157 * wait within a certain synchronization domain rather than globally.
|
/Linux-v5.10/arch/arm/include/debug/ |
D | imx.S | 16 * globally for multi-platform build to use a fixed virtual address
|
/Linux-v5.10/drivers/clk/qcom/ |
D | gdsc.h | 17 * struct gdsc - Globally Distributed Switch Controller
|
/Linux-v5.10/drivers/net/phy/ |
D | bcm63xx.c | 48 /* Mask interrupts globally. */ in bcm63xx_config_init()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | resctrl.h | 50 * - We allocate RMIDs/CLOSids globally in order to keep this as
|
/Linux-v5.10/drivers/pci/ |
D | irq.c | 31 * @dev_id must not be NULL and must be globally unique.
|
/Linux-v5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_warpdrive.c | 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()
|
/Linux-v5.10/kernel/kcsan/ |
D | kcsan.h | 23 * Globally enable and disable KCSAN.
|
/Linux-v5.10/Documentation/hwmon/ |
D | gl518sm.rst | 69 computer speaker. It is possible to enable all beeping globally, or only the
|
/Linux-v5.10/include/linux/gpio/ |
D | machine.h | 24 * Note that GPIO line names are not guaranteed to be globally unique,
|
/Linux-v5.10/net/ipv4/ |
D | tcp_fastopen.c | 491 * The proposed solution is to disable active TFO globally under the 497 * We disable active side TFO globally for 1hr at first. Then if it 581 * Fast Open globally after hitting the third consecutive timeout or in tcp_fastopen_active_detect_blackhole()
|
/Linux-v5.10/net/ |
D | Kconfig | 144 globally valid IP addresses. This is called "masquerading": if one 154 run globally visible servers from within a masqueraded local network
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-list.txt | 152 Events on these PMUs generally cannot be sampled, but only counted globally 247 Globally pinned events can limit the number of counters available for
|
/Linux-v5.10/arch/mips/bmips/ |
D | dma.c | 28 * translation globally using the provided information. This implements a
|
123456789