Home
last modified time | relevance | path

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

1234

/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()
H A Dwait-queue.h15 * structure to simply be a pointer to the tail (newest) entry, supporting
/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)
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/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.c1054 /* Update to newest version of parent after previous replacements
1055 * Returns: unrefcount newest version of parent
1059 struct aa_profile *parent, *newest; in update_to_newest_parent() local
1063 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
1066 if (newest != parent) { in update_to_newest_parent()
1068 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
1070 aa_put_profile(newest); in update_to_newest_parent()
1072 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/kernel/printk/
H A Dprintk_ringbuffer.c72 * descriptor and @head_id that contains the ID of the newest descriptor.
1128 /* Reallocation only works if @blk_lpos is the newest data block. */ in data_realloc()
1287 * Attempt to transition the newest descriptor from committed back to reserved in desc_reopen_last()
1342 * used by the newest record.
1358 * newest record. In that case the caller must reserve new data using
1393 /* Transition the newest descriptor back to the reserved state. */ in prb_reserve_in_last()
2272 * newest sequence number available to readers will be. in prb_next_seq()
2280 * Return: The sequence number of the next newest (not yet available) record in prb_next_seq()
/linux/fs/
H A DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including

1234