Home
last modified time | relevance | path

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

12345

/linux/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml423 - description: HP Chromebook x2 11c (newest rev)
434 - description: HP Chromebook x2 11c with LTE (newest rev)
450 - description: Lenovo Chromebook Duet 5 13 (newest rev)
460 - description: Google Kingoftown (newest rev)
491 - description: Acer Chromebook Spin 513 (newest rev)
517 - description: Acer Chromebook Spin 513 with KB Backlight (newest rev)
544 - description: Acer Chromebook Spin 513 with LTE (newest rev)
565 - description: Acer Chromebook 511 (newest rev)
591 - description: Acer Chromebook 511 without Touchscreen (newest rev)
602 - description: Google Mrbland with AUO panel (newest rev)
[all …]
/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.c23 * queue->newest and queue->oldest are never null. in vdo_make_funnel_queue()
26 queue->newest = &queue->stub; in vdo_make_funnel_queue()
69 struct funnel_queue_entry *newest = READ_ONCE(queue->newest); in get_oldest() local
71 if (oldest != newest) { in get_oldest()
73 * Another thread has already swung queue->newest atomically, but not yet in get_oldest()
89 * We lost a race with a producer who swapped queue->newest before we did, in get_oldest()
158 * Oldest is the stub, but newest has been updated by _put(); either there's another, in vdo_is_funnel_queue_idle()
164 * update to newest would be visible to us at the same time or sooner. in vdo_is_funnel_queue_idle()
166 if (READ_ONCE(queue->newest) != &queue->stub) in vdo_is_funnel_queue_idle()
H A Dfunnel-queue.h61 struct funnel_queue_entry *newest; in __aligned() local
96 previous = xchg(&queue->newest, entry); in vdo_funnel_queue_put()
/linux/include/linux/
H A 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
139 * traverse order is from the newest to the oldest added entry. If
140 * you want to traverse from the oldest to the newest, you must
158 * traverse order is from the newest to the oldest added entry. If
159 * you want to traverse from the oldest to the newest, you must
176 * traverse order is from the newest to the oldest added entry. If
177 * you want to traverse from the oldest to the newest, you must
198 * traverse order is from the newest to the oldest added entry. If
199 * you want to traverse from the oldest to the newest, you must
[all …]
H A Dkmsg_dump.h35 * @next_seq: Points after the newest message to dump
/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/security/apparmor/include/
H A Dcred.h56 * aa_get_newest_cred_label - obtain the newest label on a cred
59 * Returns: newest version of confining label
100 * aa_get_current_label - get the newest version of the current tasks label
102 * Returns: newest version of confining label (NOT NULL)
/linux/fs/bcachefs/
H A Djournal_seq_blacklist.c13 * btree node entry (bset) is newer than the newest journal entry that was
22 * Ignoring bsets that are newer than the newest journal entry is always safe,
27 * To accomplish this, bsets record the newest journal sequence number they
29 * code to ask "Is this sequence number newer than the newest journal entry? If
/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/indexer/
H A Dfunnel-requestqueue.c23 * awoken when a new request is enqueued. The enqueue operation updates "newest" in the funnel
27 * When deciding to go to sleep, the worker thread sets "dormant" and then examines "newest" to
28 * decide if the funnel queue is idle. In dormant mode, the last examination of "newest" before
H A Dopen-chapter.h15 * The open chapter tracks the newest records in memory. Like the index as a whole, each open
H A Dsparse-cache.c372 struct cached_chapter_index *newest; in set_newest_entry() local
375 newest = search_list->entries[index]; in set_newest_entry()
378 search_list->entries[0] = newest; in set_newest_entry()
/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.c1017 /* Update to newest version of parent after previous replacements in share_name()
1018 * Returns: unrefcount newest version of parent in share_name()
1022 struct aa_profile *parent, *newest;
1026 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
1029 if (newest != parent) { in update_to_newest_parent()
1031 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
1033 aa_put_profile(newest); in update_to_newest_parent()
1035 return newest; in update_to_newest_parent()
1027 struct aa_profile *parent, *newest; update_to_newest_parent() local
/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/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst23 overwritten with the newest compatible major version. Newer major
/linux/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h57 * @window_size: window size back from newest pulse time stamp in usecs
/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/lib/
H A Dllist.c44 * deleted, this is the newest added one.
/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.

12345