Searched full:unlike (Results 1 – 25 of 646) sorted by relevance
12345678910>>...26
/kernel/linux/linux-5.10/Documentation/vm/ |
D | z3fold.rst | 14 * unlike zbud, z3fold allows for up to PAGE_SIZE allocations 21 up to 3 pages unlike zbud which can store at most 2. Therefore the 24 Unlike zbud (but like zsmalloc for that matter) z3fold_alloc() does not
|
/kernel/linux/linux-5.10/include/asm-generic/bitops/ |
D | instrumented-non-atomic.h | 21 * Unlike set_bit(), this function is non-atomic. If it is called on the same 36 * Unlike clear_bit(), this function is non-atomic. If it is called on the same 51 * Unlike change_bit(), this function is non-atomic. If it is called on the same
|
D | non-atomic.h | 12 * Unlike set_bit(), this function is non-atomic and may be reordered. 37 * Unlike change_bit(), this function is non-atomic and may be reordered.
|
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
D | non-atomic.h | 12 * Unlike set_bit(), this function is non-atomic and may be reordered. 37 * Unlike change_bit(), this function is non-atomic and may be reordered.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
D | NOTES | 56 Unlike MDP4, it appears we can get by with a single encoder, rather 60 Also unlike MDP4, with MDP5 all the IRQs for other blocks (HDMI, DSI,
|
/kernel/linux/linux-5.10/lib/ |
D | glob.c | 31 * Like !fnmatch(@pat, @str, 0) and unlike the shell, this does NOT 34 * Note that according to glob(7) (and unlike bash), character classes
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | firmware-assisted-dump.rst | 16 - Unlike phyp dump, FADump exports the memory dump through /proc/vmcore 19 - Unlike phyp dump, userspace tool does not need to refer any sysfs 21 - Unlike phyp dump, FADump allows user to release all the memory reserved 31 - Unlike kdump, the system has been reset, and loaded 37 unlike kdump, FADump doesn't need a 2nd reboot to get back
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | trace_clock.c | 12 * Unlike the other clocks, this is not in nanoseconds.
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | lsm.rst | 94 Unlike the other security module data, the data used here is a 130 blobs, unlike other modules. The reasons are historical and are
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debugifc.h | 12 the USB link. Unlike print_info(), this one synchronizes with the
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | agp.h | 15 * (unlike x86, where it gets mapped "write-coalescing").
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | Kconfig | 197 network with its host over a point-to-point link. Unlike Ethertap, 322 unlike other network transports that can handle all Ethernet 324 to the outside world that the host user is permitted, and unlike
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | pmi.h | 10 * Unlike IPMI it is bidirectional and has a low latency.
|
/kernel/linux/linux-5.10/net/ax25/ |
D | ax25_ds_timer.c | 33 * Unlike the connection based timers the timeout function gets 153 * unlike T3 this timer gets reloaded only on
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | axp20x_usb_power.txt | 11 current to 100mA, unlike the latter.
|
/kernel/linux/linux-5.10/fs/autofs/ |
D | Kconfig | 19 overhead in the already-mounted case; this is unlike the BSD
|
/kernel/linux/linux-5.10/Documentation/arm/samsung-s3c24xx/ |
D | nand.rst | 21 Unlike the 512byte page mode, the driver generates ECC data for
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/ |
D | datapage.S | 24 * size of "long", unlike kernel bitops, it stores bits from top to
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/ |
D | datapage.S | 24 * size of "long", unlike kernel bitops, it stores bits from top to
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | openat2.h | 11 * However, unlike openat(2), unknown or invalid bits in @flags result in
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 15 # Unlike Make, '$' has special meaning only when it is followed by '('.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/ |
D | nbd.rst | 14 Unlike NFS, it is possible to put any filesystem on it, etc.
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | openat2.h | 11 * However, unlike openat(2), unknown or invalid bits in @flags result in
|
/kernel/linux/linux-5.10/net/hsr/ |
D | Kconfig | 27 a redundant, instant fail-over network. Unlike HSR, PRP networks
|
/kernel/linux/linux-5.10/kernel/locking/ |
D | semaphore.c | 127 * Unlike mutex_trylock, this function can be used from interrupt context, 175 * Release the semaphore. Unlike mutexes, up() may be called from any
|
12345678910>>...26