| /linux/security/apparmor/include/ |
| H A D | cred.h | 40 * 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 D | label.h | 396 * 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 D | zd_rf_al2230.c | 103 /* 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 D | zd_rf_al7230b.c | 110 /* 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 D | mon_client.h | 66 u64 newest; member 141 u64 *newest);
|
| /linux/Documentation/arch/arm/google/ |
| H A D | chromebook-boot-flow.rst | 63 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 D | funnel-queue.h | 61 struct funnel_queue_entry *newest; in __aligned() local 96 previous = xchg(&queue->newest, entry); in vdo_funnel_queue_put()
|
| H A D | wait-queue.h | 15 * structure to simply be a pointer to the tail (newest) entry, supporting
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | func-read.rst | 58 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 D | policy.c | 1127 /* 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 D | tty.h | 43 /* Always the newest line discipline + 1 */
|
| /linux/Documentation/arch/arm/samsung/ |
| H A D | overview.rst | 9 ARM9 through to the newest ARM cores. This document shows an overview of
|
| /linux/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.h | 57 * @window_size: window size back from newest pulse time stamp in usecs
|
| /linux/include/linux/ |
| H A D | kmsg_dump.h | 35 * @next_seq: Points after the newest message to dump
|
| /linux/lib/ |
| H A D | llist.c | 22 * deleted, this is the newest added one.
|
| /linux/drivers/mtd/ |
| H A D | inftlmount.c | 559 * 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 D | ingenic-tcu.rst | 38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
|
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | surestart-attributes.c | 85 * Entry number 1 is the newest entry whereas the in audit_log_entries_show()
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-driver-habanalabs | 284 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 D | python_version.py | 15 requirements, but it automatically switches to a the newest available
|
| /linux/fs/ |
| H A D | Kconfig.binfmt | 27 you'll have to install the newest ELF runtime libraries, including
|
| /linux/rust/proc-macro2/ |
| H A D | extra.rs | 28 /// Looking at just the newest version of every crate, it is 16 GB of code. So a
|
| /linux/tools/testing/selftests/net/ |
| H A D | bridge_vlan_dump.sh | 194 # Verify the newest tested option is supported
|
| /linux/net/ceph/ |
| H A D | mon_client.c | 842 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 D | dm-zoned.rst | 123 newest metadata. Once this operation completes, in place of metadata
|