Searched full:recently (Results 1 – 25 of 363) sorted by relevance
12345678910>>...15
/Linux-v6.1/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-v6.1/rust/alloc/vec/ |
D | drain_filter.rs | 22 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")] 61 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")] 99 #[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
|
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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() 436 * 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-v6.1/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-v6.1/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-glob.tc | 34 # Advanced full-glob matching feature is recently supported.
|
/Linux-v6.1/fs/ufs/ |
D | Kconfig | 14 The recently released UFS2 variant (used in FreeBSD 5.x) is
|
/Linux-v6.1/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-v6.1/tools/arch/sparc/include/asm/ |
D | barrier_64.h | 13 * delay slot, but a case has been traced recently wherein the memory barrier
|
/Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/ |
D | radio.h | 30 /* Use the RX antenna, that was selected for the most recently
|
/Linux-v6.1/scripts/ |
D | adjust_autoksyms.sh | 52 # equal to the one from a file that was very recently built and that
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.h | 70 /* The most recently read link state */
|
/Linux-v6.1/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-v6.1/Documentation/filesystems/ |
D | sharedsubtree.rst | 24 that got mounted recently. Shared subtree semantics provide the necessary 164 access the CD that got mounted recently. 569 If mount 'B' is shared, then all most-recently-mounted mounts at dentry 582 if 'C1' is unmounted, all the mounts that are most-recently-mounted on 585 'B1' propagates to 'B2' and 'B3'. And the most recently mounted mount
|
/Linux-v6.1/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-v6.1/drivers/dax/ |
D | dax-private.h | 29 * @youngest: allow userspace to find the most recently created device
|
/Linux-v6.1/arch/arc/include/asm/ |
D | pgalloc.h | 7 * Recently added pgtable dtor was not getting called.
|
/Linux-v6.1/tools/lib/ |
D | bitmap.c | 34 /* current bit is 'cur', most recently seen range is [rbot, rtop] */ in bitmap_scnprintf()
|
/Linux-v6.1/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 42 * - avoid reuse of recently used id (at the expense of predictability)
|
/Linux-v6.1/include/uapi/drm/ |
D | mga_drm.h | 193 /* Information about the most recently used 3d drawable. The 220 unsigned int last_dispatch; /* age of the most recently dispatched buffer */
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 244 /* pte_mkold - mark PTE as not recently accessed */ 251 /* pte_mkyoung - mark PTE as recently accessed */
|
12345678910>>...15