Home
last modified time | relevance | path

Searched refs:newest (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dfunnel-queue.c26 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()
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/ceph/
H A Dmon_client.h66 u64 newest; member
141 u64 *newest);
/linux/drivers/md/dm-vdo/indexer/
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/security/apparmor/
H A Dpolicy.c1059 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/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/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/Documentation/arch/arm/samsung/
H A Doverview.rst9 ARM9 through to the newest ARM cores. This document shows an overview of
/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/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/fs/
H A DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including
/linux/Documentation/admin-guide/
H A Drtc.rst12 The newest non-PC hardware tends to just count seconds, like the time(2)
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst123 newest metadata. Once this operation completes, in place of metadata
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h697 __le32 newest; member
/linux/net/ceph/
H A Dosd_client.c2714 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2724 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2726 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3348 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
3359 greq->u.newest); in linger_map_check_cb()
3361 lreq->map_dne_bound = greq->u.newest; in linger_map_check_cb()
/linux/Documentation/driver-api/nvdimm/
H A Dbtt.rst139 valid/newest. It cycles between 01->10->11->01 (binary) under normal
/linux/Documentation/admin-guide/media/
H A Dvivid.rst368 is the newest in time. For 60 Hz standards that is reversed: the bottom field
369 is the oldest and the top field is the newest in time.
/linux/Documentation/trace/
H A Dftrace.rst1310 discarded and overwritten. If "0", then the newest
2431 entries. The newest data may overwrite the oldest data.
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c5316 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()