| /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 | 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/arch/mips/ |
| H A D | ingenic-tcu.rst | 38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
|
| /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/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)
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-zoned.rst | 123 newest metadata. Once this operation completes, in place of metadata
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_ioc.h | 697 __le32 newest; member
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 2714 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 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 | 1310 discarded and overwritten. If "0", then the newest 2431 entries. The newest data may overwrite the oldest data.
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_fw.c | 5316 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()
|