Searched full:recently (Results 1 – 25 of 371) sorted by relevance
12345678910>>...15
/linux-6.8/rust/alloc/vec/ |
D | extract_if.rs | 22 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 56 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 92 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")]
|
/linux-6.8/lib/xz/ |
D | xz_lzma2.h | 30 * This enum is used to track which LZMA symbols have occurred most recently 36 * - Long repeat: Multi-byte match at a recently seen distance 37 * - Short repeat: One-byte repeat at a recently seen distance
|
/linux-6.8/net/ipv4/ |
D | tcp_rate.c | 76 * called multiple times. We favor the information from the most recently 77 * sent skb, i.e., the skb with the most recently sent time and the highest 101 /* Record send time of most recently ACKed packet: */ in tcp_rate_skb_delivered()
|
/linux-6.8/include/sound/ |
D | snd_wavefront.h | 26 snd_wavefront_mpu_id output_mpu; /* most-recently-used */ 27 snd_wavefront_mpu_id input_mpu; /* most-recently-used */
|
/linux-6.8/drivers/char/mwave/ |
D | mwavedd.h | 136 …unsigned long ulIPCSource_ISR; /* IPC source bits for recently processed intr, set during ISR proc… 137 …unsigned long ulIPCSource_DPC; /* IPC source bits for recently processed intr, set during DPC proc…
|
/linux-6.8/drivers/regulator/ |
D | tps62360-regulator.c | 73 * recently used and return as found so that caller need not to set 77 * recently mechanism to get new VSET register for new configuration 134 * recently used register for new configuration. in tps62360_dcdc_set_voltage_sel() 429 * The index 0 will be most recently used and in tps62360_probe()
|
D | max8973-regulator.c | 124 * recently used and return as found so that caller need not to set 128 * recently mechanism to get new VOUT register for new configuration 185 * recently used register for new configuration. in max8973_dcdc_set_voltage_sel() 691 * The index 0 will be most recently used and in max8973_probe()
|
/linux-6.8/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-perf-hwbreak.c | 230 u64 perf_count; /* Most recently fetched perf performance counter value */ in same_watch_addr_test() 232 void *pc; /* Most recently fetched child PC value */ in same_watch_addr_test() 384 u64 perf_count; /* Most recently fetched perf performance counter value */ in perf_then_ptrace_test() 386 void *pc; /* Most recently fetched child PC value */ in perf_then_ptrace_test()
|
/linux-6.8/arch/sparc/include/uapi/asm/ |
D | asi.h | 285 * Most-Recently-Used, primary, 289 * Most-Recently-Used, secondary, 295 * Most-Recently-Used, primary, 299 * Most-Recently-Used, secondary,
|
/linux-6.8/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-glob.tc | 34 # Advanced full-glob matching feature is recently supported.
|
/linux-6.8/arch/sparc/include/asm/ |
D | machines.h | 40 * 1) You either have a sun4d, a sun4e, or a recently made sun4m.
|
D | barrier_64.h | 11 * delay slot, but a case has been traced recently wherein the memory barrier
|
/linux-6.8/fs/ufs/ |
D | Kconfig | 15 The recently released UFS2 variant (used in FreeBSD 5.x) is
|
/linux-6.8/tools/arch/sparc/include/asm/ |
D | barrier_64.h | 13 * delay slot, but a case has been traced recently wherein the memory barrier
|
/linux-6.8/mm/ |
D | workingset.c | 77 * more recently than the activated page towards the tail of the 162 * If on the other hand the refaulting pages have recently been 259 * Tests if the shadow entry is for a folio that was recently evicted. 408 * recently evicted. Also fills in @workingset with the value unpacked from 415 * Return: true if the shadow is for a recently evicted folio; false otherwise.
|
/linux-6.8/drivers/net/wireless/broadcom/b43legacy/ |
D | radio.h | 30 /* Use the RX antenna, that was selected for the most recently
|
/linux-6.8/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.h | 71 /* The most recently read link state */
|
/linux-6.8/Documentation/admin-guide/ |
D | tainted-kernels.rst | 92 7 _/D 128 kernel died recently, i.e. there was an OOPS or BUG 158 7) ``D`` if the kernel has died recently, i.e. there was an OOPS or BUG.
|
/linux-6.8/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-reg.txt | 33 If an idle state is not defined, the most recently used value will be
|
/linux-6.8/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 42 * - avoid reuse of recently used id (at the expense of predictability)
|
/linux-6.8/arch/arc/include/asm/ |
D | pgalloc.h | 7 * Recently added pgtable dtor was not getting called.
|
/linux-6.8/drivers/dax/ |
D | dax-private.h | 29 * @youngest: allow userspace to find the most recently created device
|
/linux-6.8/tools/lib/ |
D | bitmap.c | 34 /* current bit is 'cur', most recently seen range is [rbot, rtop] */ in bitmap_scnprintf()
|
/linux-6.8/Documentation/filesystems/ |
D | sharedsubtree.rst | 24 that got mounted recently. Shared subtree semantics provide the necessary 165 access the CD that got mounted recently. 570 If mount 'B' is shared, then all most-recently-mounted mounts at dentry 583 if 'C1' is unmounted, all the mounts that are most-recently-mounted on 586 'B1' propagates to 'B2' and 'B3'. And the most recently mounted mount
|
/linux-6.8/arch/hexagon/include/asm/ |
D | pgtable.h | 247 /* pte_mkold - mark PTE as not recently accessed */ 254 /* pte_mkyoung - mark PTE as recently accessed */
|
12345678910>>...15