Home
last modified time | relevance | path

Searched full:newest (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v5.15/include/linux/
Dllist.h38 * The order of deleted entries is from the newest to the oldest added
39 * one. If you want to traverse from the oldest to the newest, you
110 * traverse order is from the newest to the oldest added entry. If
111 * you want to traverse from the oldest to the newest, you must
129 * traverse order is from the newest to the oldest added entry. If
130 * you want to traverse from the oldest to the newest, you must
147 * traverse order is from the newest to the oldest added entry. If
148 * you want to traverse from the oldest to the newest, you must
169 * traverse order is from the newest to the oldest added entry. If
170 * you want to traverse from the oldest to the newest, you must
[all …]
Dkmsg_dump.h35 * @next_seq: Points after the newest message to dump
/Linux-v5.15/security/apparmor/include/
Dcred.h56 * aa_get_newest_cred_label - obtain the newest label on a cred
59 * Returns: newest version of confining label
93 * aa_get_current_label - get the newest version of the current tasks label
95 * Returns: newest version of confining label (NOT NULL)
Dlabel.h412 * aa_get_newest_label - find the newest version of @l
415 * Returns: refcounted newest version of @l taking into account
/Linux-v5.15/drivers/net/wireless/zydas/zd1211rw/
Dzd_rf_al2230.c103 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
106 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
109 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
118 /* for newest (3rd cut) AL2300 */ in zd1211_al2230_init_hw()
212 { ZD_CR17, 0x2B }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
217 { ZD_CR35, 0x3e }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
219 { ZD_CR46, 0x99 }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
235 { ZD_CR106, 0x24 }, /* for newest(3rd cut) AL2230 */ in zd1211b_al2230_init_hw()
241 { ZD_CR115, 0x26 }, /* 24->26 at 4902 for newest(3rd cut) in zd1211b_al2230_init_hw()
Dzd_rf_al7230b.c110 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw()
113 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw()
116 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw()
133 /* for newest (3rd cut) AL2300 */ in zd1211_al7230b_init_hw()
201 { ZD_CR17, 0x2B }, /* for newest (3rd cut) AL2230 */ in zd1211b_al7230b_init_hw()
207 { ZD_CR35, 0x3e }, /* for newest (3rd cut) AL2230 */ in zd1211b_al7230b_init_hw()
209 { ZD_CR46, 0x99 }, /* for newest (3rd cut) AL2230 */ in zd1211b_al7230b_init_hw()
/Linux-v5.15/include/linux/ceph/
Dmon_client.h66 u64 newest; member
141 u64 *newest);
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dfunc-read.rst58 single or multiple buffers and discarding the oldest or newest frames
75 A driver discarding the newest frames stops capturing until the next
/Linux-v5.15/security/apparmor/
Dpolicy.c822 /* Update to newest version of parent after previous replacements
823 * Returns: unrefcount newest version of parent
827 struct aa_profile *parent, *newest; in update_to_newest_parent() local
831 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
834 if (newest != parent) { in update_to_newest_parent()
836 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
838 aa_put_profile(newest); in update_to_newest_parent()
840 return newest; in update_to_newest_parent()
/Linux-v5.15/arch/arm64/
DMakefile87 # make sure to pass the newest target architecture to -march.
92 # make sure to pass the newest target architecture to -march.
/Linux-v5.15/lib/
Dllist.c44 * deleted, this is the newest added one.
/Linux-v5.15/drivers/net/wireless/ath/
Ddfs_pri_detector.h57 * @window_size: window size back from newest pulse time stamp in usecs
/Linux-v5.15/Documentation/arm/samsung/
Doverview.rst9 ARM9 through to the newest ARM cores. This document shows an overview of
/Linux-v5.15/Documentation/ABI/testing/
Ddebugfs-driver-habanalabs225 Reading from the node returns the newest state dump available.
227 next read would return X+1-st newest state dump.
/Linux-v5.15/Documentation/mips/
Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/Linux-v5.15/drivers/mtd/
Dinftlmount.c559 * virtual chains that exist (newest physical unit goes into VUtable). in INFTL_mount()
688 * newest block in the chain, but it is the newest we have in INFTL_mount()
727 * newest block and oldest block. in INFTL_mount()
/Linux-v5.15/security/landlock/
Druleset.h54 * @layers: Stack of layers, from the latest to the newest, implemented
/Linux-v5.15/kernel/printk/
Dprintk_ringbuffer.c70 * descriptor and @head_id that contains the ID of the newest descriptor.
1111 /* Reallocation only works if @blk_lpos is the newest data block. */ in data_realloc()
1252 * Attempt to transition the newest descriptor from committed back to reserved
1307 * used by the newest record.
1323 * newest record. In that case the caller must reserve new data using
1358 /* Transition the newest descriptor back to the reserved state. */ in prb_reserve_in_last()
1997 * newest sequence number available to readers will be.
2003 * Return: The sequence number of the next newest (not yet available) record
/Linux-v5.15/fs/
DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including
/Linux-v5.15/drivers/md/bcache/
Djournal.h61 * newest journal entry it contains - if we don't need that journal entry we
/Linux-v5.15/Documentation/driver-api/usb/
Dhotplug.rst83 modules, and can invoke driver-specific setup scripts. The newest ones
/Linux-v5.15/drivers/acpi/acpica/
Dutosi.c27 * the latest version of Windows, which would respond to the latest/newest
50 * The last element of each entry is used to track the newest version of
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst123 newest metadata. Once this operation completes, in place of metadata
/Linux-v5.15/Documentation/admin-guide/
Drtc.rst12 The newest non-PC hardware tends to just count seconds, like the time(2)
/Linux-v5.15/net/ceph/
Dmon_client.c840 req->u.newest = ceph_decode_64(&p); in handle_get_version_reply()
902 u64 *newest) in ceph_monc_get_version() argument
913 *newest = req->u.newest; in ceph_monc_get_version()

1234