Searched full:pure (Results 1 – 25 of 288) sorted by relevance
12345678910>>...12
/linux-6.14.4/arch/arc/kernel/ |
D | entry-arcv2.S | 216 ;####### Return from Exception / pure kernel mode ####### 234 ; Solution is to drop out of interrupt context into pure kernel mode 235 ; and return from pure kernel mode which does right things for delay slot
|
/linux-6.14.4/Documentation/filesystems/iomap/ |
D | operations.rst | 409 * ``IOMAP_DIO_OVERWRITE_ONLY``: Perform a pure overwrite for this range 413 If a pure overwrite can be performed, then serialisation against 416 If a pure overwrite cannot be performed, then the filesystem can 439 In the case of pure overwrites, the I/O may be issued with FUA 608 * ``IOMAP_OVERWRITE_ONLY``: The caller requires a pure overwrite to be 614 iomap infrastructure to perform a pure overwrite, it must fail the
|
/linux-6.14.4/tools/perf/tests/shell/coresight/ |
D | asm_pure_loop.sh | 2 # CoreSight / ASM Pure Loop (exclusive)
|
/linux-6.14.4/fs/autofs/ |
D | Kconfig | 8 automounter (amd), which is a pure user space daemon.
|
/linux-6.14.4/arch/x86/include/asm/ |
D | dwarf2.h | 6 #warning "asm/dwarf2.h should be only included in pure assembly files"
|
D | imr.h | 6 * Copyright(c) 2015 Bryan O'Donoghue <pure[email protected]>
|
/linux-6.14.4/net/rxrpc/ |
D | rtt.c | 76 * happening in pure Eifel. in rxrpc_rtt_estimator() 120 * all the algo is pure shit and should be replaced in rxrpc_set_rto()
|
/linux-6.14.4/tools/include/linux/ |
D | compiler-gcc.h | 29 #define __pure __attribute__((pure))
|
/linux-6.14.4/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_mac.h | 34 * and the "pure" rate value. 51 * For OFDM the PLCP rate encodings are used. We combine these "pure" rates
|
/linux-6.14.4/tools/perf/util/ |
D | pmu.y | 1 %define api.pure full
|
/linux-6.14.4/lib/zstd/decompress/ |
D | zstd_ddict.c | 97 return 0; /* pure content mode */ in ZSTD_loadEntropy_intoDDict() 103 return 0; /* pure content mode */ in ZSTD_loadEntropy_intoDDict()
|
/linux-6.14.4/Documentation/translations/zh_TW/process/ |
D | programming-language.rst | 32 內核定義了僞關鍵字(例如, ``pure`` ),而不是直接使用GNU屬性語法(例如,
|
/linux-6.14.4/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 6 Core.pm and Util.pm are pure Perl modules; Core.pm contains routines
|
/linux-6.14.4/Documentation/networking/ |
D | snmp_counter.rst | 321 TcpOutSegs because TcpOutSegs also tracks pure ACKs. TCPOrigDataSent is 430 - Data is sent in both directions. The fast path only supports pure senders 431 or pure receivers (this means either the sequence number or the ack 448 If a packet set ACK flag and has no data, it is a pure ACK packet, if 455 If a TCP packet has data (which means it is not a pure ACK packet), 873 A delayed ACK timer expires. The TCP stack will send a pure ACK packet 880 TCP stack will send a pure ACK later (after the userspace program 881 unlock the socket). When the TCP stack sends the pure ACK later, the 1108 of the 3-way handshake is a pure ACK without data, so 1733 data, so we need a pure ACK packet. To generate such a packet, we
|
/linux-6.14.4/Documentation/admin-guide/media/ |
D | dvb-usb-rtl28xxu-cardlist.rst | 65 * - TURBO-X Pure TV Tuner DTT-2000
|
D | radio-cardlist.rst | 6 There is also support for pure AM/FM radio, and even for some FM radio
|
/linux-6.14.4/Documentation/translations/zh_CN/process/ |
D | programming-language.rst | 26 内核定义了伪关键字(例如, ``pure`` ),而不是直接使用GNU属性语法(例如,
|
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/marvell/ |
D | octeontx2.rst | 45 - A PF/VF with NIX-LF & NPA-LF resources works as a pure network device 46 - A PF/VF with CPT-LF resource works as a pure crypto offload device. 85 From pure networking side AF driver supports following functionality.
|
/linux-6.14.4/fs/iomap/ |
D | direct-io.c | 328 * Use a FUA write if we need datasync semantics, this is a pure in iomap_dio_bio_iter() 358 * We can only do deferred completion for pure overwrites that in iomap_dio_bio_iter() 550 * is being issued as AIO or not. This allows us to optimise pure data writes 554 * may be pure data writes. In that case, we still need to do a full data sync
|
/linux-6.14.4/arch/arm/include/asm/ |
D | cachetype.h | 56 static inline unsigned int __attribute__((pure)) cacheid_is(unsigned int mask) in cacheid_is()
|
/linux-6.14.4/arch/mips/include/asm/ |
D | cpu-type.h | 83 * there currently is no pure R2 core in __get_cpu_type()
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/afe/ |
D | temperature-sense-rtd.yaml | 74 Pure platinum has an alpha of 3925. Industry standards such as IEC60751
|
/linux-6.14.4/drivers/gpu/drm/xe/display/ |
D | intel_fbdev_fb.c | 98 /* XXX: Pure fiction, as the BO may not be physically accessible.. */ in intel_fbdev_fb_fill_info()
|
/linux-6.14.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 24 # size is 176 bytes, while the pure PEBS event's size is 144 bytes.
|
/linux-6.14.4/include/dt-bindings/mux/ |
D | ti-serdes.h | 11 * concept of bindings but rather contain pure constants values used only
|
12345678910>>...12