/linux/drivers/md/dm-vdo/ |
H A D | funnel-queue.c | 23 * 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) ! in vdo_is_funnel_queue_idle() [all...] |
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()
|
/linux/drivers/md/dm-vdo/indexer/ |
H A D | sparse-cache.c | 372 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 D | policy.c | 1054 /* 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/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/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/Documentation/arch/arm/samsung/ |
H A D | overview.rst | 9 ARM9 through to the newest ARM cores. This document shows an overview of
|
/linux/Documentation/driver-api/firmware/ |
H A D | firmware-usage-guidelines.rst | 23 overwritten with the newest compatible major version. Newer major
|
/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/net/ceph/ |
H A D | mon_client.c | 840 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()
|
/linux/Documentation/driver-api/usb/ |
H A D | hotplug.rst | 83 modules, and can invoke driver-specific setup scripts. The newest ones
|
/linux/fs/ |
H A D | Kconfig.binfmt | 27 you'll have to install the newest ELF runtime libraries, including
|
/linux/Documentation/admin-guide/ |
H A D | rtc.rst | 12 The newest non-PC hardware tends to just count seconds, like the time(2)
|
H A D | reporting-issues.rst | 224 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 D | verify-bugs-and-bisect-regressions.rst | 40 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 D | dm-zoned.rst | 123 newest metadata. Once this operation completes, in place of metadata
|
H A D | vdo-design.rst | 99 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/Documentation/driver-api/nvdimm/ |
H A D | btt.rst | 139 valid/newest. It cycles between 01->10->11->01 (binary) under normal
|
/linux/Documentation/admin-guide/media/ |
H A D | building.rst | 319 daily updated from the newest kernel. Such tree is available at:
|
H A D | vivid.rst | 368 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/process/ |
H A D | kernel-docs.rst | 31 published date, from the newest to the oldest. The maintainer(s) should
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 5304 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()
|