Searched full:effectively (Results 1 – 25 of 486) sorted by relevance
12345678910>>...20
| /linux/rust/kernel/ |
| H A D | device_id.rs | 98 // SAFETY: by the safety requirement of this function, this would be effectively 109 // SAFETY: this is effectively a move: `infos[i] = ids[i].1`. We make a copy here but 119 // SAFETY: this is effectively `array_assume_init`, which is unstable, so we use
|
| /linux/net/netfilter/ipvs/ |
| H A D | Kconfig | 69 Another note that each connection occupies 128 bytes effectively and 298 needs to be large enough to effectively fit all the destinations 316 enough to effectively fit all the destinations multiplied by their
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | settings | 1 # The async firmware timeout is set to 1 second (but ends up being effectively
|
| /linux/lib/ |
| H A D | devmem_is_allowed.c | 19 * This effectively disable read()/write() on /dev/mem.
|
| H A D | usercopy.c | 36 * This is effectively shorthand for "memchr_inv(from, 0, size) == NULL" for
|
| /linux/rust/kernel/sync/ |
| H A D | aref.rs | 74 // it effectively means sharing `&T` (which is safe because `T` is `Sync`); additionally, it needs 80 // because it effectively means sharing `&T` (which is safe because `T` is `Sync`); additionally,
|
| /linux/net/8021q/ |
| H A D | Kconfig | 13 the 'ip' utility in order to effectively use VLANs.
|
| /linux/arch/m68k/include/asm/ |
| H A D | pgtable_no.h | 41 * All 32bit addresses are effectively valid for vmalloc...
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-intro.rst | 16 The bitrate is very slow (effectively no more than 36 bytes per second)
|
| /linux/Documentation/arch/sh/ |
| H A D | register-banks.rst | 23 be used rather effectively as scratch registers by the kernel.
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 59 * All 32bit addresses are effectively valid for vmalloc...
|
| /linux/Documentation/networking/ |
| H A D | tcp-thin.rst | 16 retransmissions effectively through fast retransmit instead of
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen6_ppgtt.h | 52 * down and up as needed. Start=0 and length=2G effectively iterates over
|
| /linux/include/linux/ |
| H A D | uprobes.h | 52 * UPROBE_HANDLER_REMOVE is effectively ignored. 103 * uprobe effectively went away (the last consumer unsubscribed). In this
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-mcp3564 | 33 floor. This offset is effectively canceled at every conversion,
|
| /linux/drivers/watchdog/ |
| H A D | marvell_gti_wdt.c | 32 * effectively 2nd timeout is ignored within hardware. 34 * First timeout is effectively watchdog pretimeout.
|
| /linux/drivers/fsi/ |
| H A D | Kconfig | 71 that translates I2C commands to CFAM or SCOM operations, effectively
|
| /linux/Documentation/hwmon/ |
| H A D | abituguru3.rst | 16 firmware and thus effectively many different revisions of the uGuru.
|
| H A D | lm63.rst | 90 The LM64 is effectively an LM63 with GPIO lines. The driver does not
|
| /linux/Documentation/gpu/ |
| H A D | drm-compute.rst | 19 waiting for the workload to complete. Effectively this terminates the workload
|
| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-rc6.c | 20 * This workaround effectively recovers the header bits. in img_ir_rc6_scancode()
|
| /linux/Documentation/power/ |
| H A D | drivers-testing.rst | 10 Unfortunately, to effectively test the support for the system-wide suspend and
|
| /linux/drivers/iio/ |
| H A D | Kconfig | 42 buffers. The triggers are effectively a 'capture
|
| /linux/fs/ |
| H A D | sync.c | 51 * methods call sync_dirty_buffer() and thus effectively write one block in sync_filesystem() 90 * which effectively also waits for all flusher threads to finish doing
|
| /linux/Documentation/virt/kvm/arm/ |
| H A D | hyp-abi.rst | 46 stubs' exception vector value. This effectively disables an existing
|
12345678910>>...20