Searched full:globally (Results 1 – 25 of 266) sorted by relevance
1234567891011
/linux-6.14.4/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-6.14.4/fs/overlayfs/ |
D | Kconfig | 21 still possible to turn off redirects globally with the 52 In this case it is still possible to turn off index globally with the 74 globally with the "nfs_export=off" module option or on a filesystem 119 possible to turn off this feature globally with the "metacopy=off"
|
/linux-6.14.4/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-6.14.4/Documentation/driver-api/ |
D | io-mapping.rst | 47 is not guaranteed to be globally visible. 81 effects and the pointer is globally visible.
|
/linux-6.14.4/include/linux/ |
D | async.h | 65 * wait within a certain synchronization domain rather than globally. 107 * wait within a certain synchronization domain rather than globally.
|
D | trace_clock.h | 11 * - global: globally monotonic, serialized clock
|
/linux-6.14.4/fs/ocfs2/ |
D | quota.h | 33 s64 dq_origspace; /* Last globally synced space usage */ 34 s64 dq_originodes; /* Last globally synced inode usage */
|
/linux-6.14.4/fs/coda/ |
D | cnode.c | 117 * not be globally unique. When an identifier collision is detected we 121 * The real solution is to use globally unique UUIDs as identifiers, but
|
/linux-6.14.4/kernel/irq/ |
D | matrix.c | 347 * This is merely a book keeping call. It increments the number of globally 365 * This is merely a book keeping call. It decrements the number of globally 451 * irq_matrix_available - Get the number of globally available irqs 466 * irq_matrix_reserved - Get the number of globally reserved irqs
|
/linux-6.14.4/Documentation/mm/ |
D | hwpoison.rst | 63 (can be controlled globally and per process) 81 Enable early kill mode globally
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | virtconvert.h | 33 * deprecated globally but still used on two machines.
|
/linux-6.14.4/kernel/ |
D | watchdog_perf.c | 189 * hardlockup_detector_perf_stop - Globally stop watchdog events 208 * hardlockup_detector_perf_restart - Globally restart watchdog events
|
D | async.c | 31 The asynchronously called function should before doing a globally visible 192 * wait within a certain synchronization domain rather than globally.
|
/linux-6.14.4/Documentation/devicetree/bindings/rng/ |
D | microsoft,vmgenid.yaml | 15 Virtual Machine Generation ID is a globally unique identifier (GUID) and
|
/linux-6.14.4/arch/arm/include/debug/ |
D | imx.S | 16 * globally for multi-platform build to use a fixed virtual address
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl.yaml | 42 This property can be set either globally for the pin controller or in
|
/linux-6.14.4/arch/x86/include/asm/ |
D | sev-common.h | 233 * and registered upon startup, so this flag can be used globally 243 * bringup, so this flag can be used globally for the BSP and APs.
|
/linux-6.14.4/Documentation/driver-api/surface_aggregator/clients/ |
D | cdev.rst | 44 globally, for the EC and all of its clients (regardless of userspace or 55 will also be received by A since events are enabled/disabled globally), and
|
/linux-6.14.4/drivers/clk/qcom/ |
D | gdsc.h | 17 * struct gdsc - Globally Distributed Switch Controller
|
/linux-6.14.4/drivers/net/phy/ |
D | bcm63xx.c | 58 /* Mask interrupts globally. */ in bcm63xx_config_init()
|
/linux-6.14.4/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-6.14.4/rust/kernel/sync/lock/ |
D | global.rs | 157 // SAFETY: The lock is globally unique, so there can only be one guard. in as_ref() 165 // SAFETY: The lock is globally unique, so there can only be one guard. in as_mut()
|
/linux-6.14.4/net/ipv4/ |
D | tcp_fastopen.c | 477 * The proposed solution is to disable active TFO globally under the 483 * We disable active side TFO globally for 1hr at first. Then if it 588 * Fast Open globally after hitting the third consecutive timeout or in tcp_fastopen_active_detect_blackhole()
|
/linux-6.14.4/Documentation/hwmon/ |
D | gl518sm.rst | 69 computer speaker. It is possible to enable all beeping globally, or only the
|
/linux-6.14.4/kernel/kcsan/ |
D | kcsan.h | 24 * Globally enable and disable KCSAN.
|
1234567891011