Home
last modified time | relevance | path

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

1234

/linux/security/apparmor/include/
H A Dcred.h40 * aa_get_newest_cred_label - obtain the newest label on a cred
43 * Returns: newest version of confining label
84 * aa_get_current_label - get the newest version of the current tasks label
86 * Returns: newest version of confining label (NOT NULL)
134 * the newest version of the label. While the cred won't change and
135 * hence the label it contains won't change, the newest version of the
136 * label can. During the crit section the newest versions of the label
144 * newest version of the label will be returned. While the cred label
H A Dlabel.h396 * aa_get_newest_label - find the newest version of @l
399 * Returns: refcounted newest version of @l taking into account
/linux/drivers/net/wireless/zydas/zd1211rw/
H A 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()
H A 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/include/linux/ceph/
H A Dmon_client.h66 u64 newest; member
141 u64 *newest);
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst63 supporting the newest revision(s) of a board omits the "-rev{REV}"
66 newest device tree we know about.
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.h61 struct funnel_queue_entry *newest; in __aligned() local
96 previous = xchg(&queue->newest, entry); in vdo_funnel_queue_put()
H A Dwait-queue.h15 * structure to simply be a pointer to the tail (newest) entry, supporting
/linux/Documentation/userspace-api/media/v4l/
H A 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/security/apparmor/
H A Dpolicy.c1127 /* Update to newest version of parent after previous replacements
1128 * Returns: unrefcount newest version of parent
1132 struct aa_profile *parent, *newest; in update_to_newest_parent() local
1136 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
1139 if (newest != parent) { in update_to_newest_parent()
1141 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
1143 aa_put_profile(newest); in update_to_newest_parent()
1145 return newest; in update_to_newest_parent()
/linux/include/uapi/linux/
H A Dtty.h43 /* Always the newest line discipline + 1 */
/linux/Documentation/arch/arm/samsung/
H A Doverview.rst9 ARM9 through to the newest ARM cores. This document shows an overview of
/linux/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h57 * @window_size: window size back from newest pulse time stamp in usecs
/linux/include/linux/
H A Dkmsg_dump.h35 * @next_seq: Points after the newest message to dump
/linux/lib/
H A Dllist.c22 * deleted, this is the newest added one.
/linux/drivers/mtd/
H A 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/Documentation/arch/mips/
H A Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dsurestart-attributes.c85 * Entry number 1 is the newest entry whereas the in audit_log_entries_show()
/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-habanalabs284 Reading from the node returns the newest state dump available.
286 next read would return X+1-st newest state dump.
/linux/tools/lib/python/kdoc/
H A Dpython_version.py15 requirements, but it automatically switches to a the newest available
/linux/fs/
H A DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including
/linux/rust/proc-macro2/
H A Dextra.rs28 /// Looking at just the newest version of every crate, it is 16 GB of code. So a
/linux/tools/testing/selftests/net/
H A Dbridge_vlan_dump.sh194 # Verify the newest tested option is supported
/linux/net/ceph/
H A Dmon_client.c842 req->u.newest = ceph_decode_64(&p); in handle_get_version_reply()
904 u64 *newest) in ceph_monc_get_version() argument
915 *newest = req->u.newest; in ceph_monc_get_version()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst123 newest metadata. Once this operation completes, in place of metadata

1234