Home
last modified time | relevance | path

Searched refs:newest (Results 1 – 25 of 25) 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.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/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/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst23 overwritten with the newest compatible major version. Newer major
/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/linux/net/ceph/
H A Dmon_client.c840 req->u.newest = ceph_decode_64(&p); in handle_get_version_reply()
902 u64 *newest) in ceph_monc_get_version() argument
913 *newest = req->u.newest; in ceph_monc_get_version()
H A Dosd_client.c2739 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2749 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2751 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3373 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
3384 greq->u.newest); in linger_map_check_cb()
3386 lreq->map_dne_bound = greq->u.newest; in linger_map_check_cb()
/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/Documentation/driver-api/usb/
H A Dhotplug.rst83 modules, and can invoke driver-specific setup scripts. The newest ones
/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)
H A Dreporting-issues.rst224 all, join the newest discussion, asking if it's in the cards.
1502 Reproduce issue with the newest release
1586 to mainline. Other fixes are easy to get backported to the newest stable and
1619 all, join the newest discussion, asking if it's in the cards.*
H A Dverify-bugs-and-bisect-regressions.rst40 consider the newest Linux kernel you regularly use to be the 'working' kernel.
315 primary developers care for? Then consider the version of the newest kernel
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst123 newest metadata. Once this operation completes, in place of metadata
H A Dvdo-design.rst99 the newest chapter, called the open chapter. This chapter is stored in a
127 mapping each block name to the chapter containing its newest record. This
129 ensuring that only the newest record for a given block name can be found.
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h680 __le32 newest; member
/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.rst1283 discarded and overwritten. If "0", then the newest
2404 entries. The newest data may overwrite the oldest data.
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c5218 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()