/linux/drivers/md/dm-vdo/ |
H A D | funnel-queue.c | 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() 166 if (READ_ONCE(queue->newest) != &queue->stub) in vdo_is_funnel_queue_idle()
|
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/include/linux/ceph/ |
H A D | mon_client.h | 66 u64 newest; member 141 u64 *newest);
|
/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 | 1017 /* 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 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()
|
H A D | osd_client.c | 2739 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 D | debugfs-driver-habanalabs | 284 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 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/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 680 __le32 newest; member
|
/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 | 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/trace/ |
H A D | ftrace.rst | 1283 discarded and overwritten. If "0", then the newest 2404 entries. The newest data may overwrite the oldest data.
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 5218 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()
|