Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml456 - description: HP Chromebook x2 11c (newest rev)
493 - description: Google Kingoftown (newest rev)
598 - description: Acer Chromebook 511 (newest rev)
656 - description: Google Pazquel with TI (newest rev)
714 - description: Google Quackingstick (newest rev)
724 - description: Google Trogdor (newest rev)
797 - description: Google Evoker (newest rev)
802 - description: Google Evoker with LTE (newest rev)
807 - description: Google Herobrine (newest rev)
817 - description: Google Villager (newest rev)
[all …]
/linux-6.15/include/linux/ceph/
H A Dmon_client.h66 u64 newest; member
141 u64 *newest);
/linux-6.15/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-6.15/security/apparmor/
H A Dpolicy.c1022 struct aa_profile *parent, *newest; in update_to_newest_parent() local
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()
/linux-6.15/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-6.15/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-6.15/Documentation/arch/arm/samsung/
H A Doverview.rst9 ARM9 through to the newest ARM cores. This document shows an overview of
/linux-6.15/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst23 overwritten with the newest compatible major version. Newer major
/linux-6.15/Documentation/arch/mips/
H A Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/linux-6.15/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.c2716 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2726 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2728 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3350 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
3361 greq->u.newest); in linger_map_check_cb()
3363 lreq->map_dne_bound = greq->u.newest; in linger_map_check_cb()
/linux-6.15/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-6.15/Documentation/driver-api/usb/
H A Dhotplug.rst83 modules, and can invoke driver-specific setup scripts. The newest ones
/linux-6.15/fs/
H A DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including
/linux-6.15/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.*
/linux-6.15/Documentation/devicetree/bindings/mailbox/
H A Dti,omap-mailbox.yaml32 registers. All the current OMAP SoCs except for the newest DRA7xx SoC has a
/linux-6.15/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-6.15/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h696 __le32 newest; member
/linux-6.15/Documentation/driver-api/nvdimm/
H A Dbtt.rst139 valid/newest. It cycles between 01->10->11->01 (binary) under normal
/linux-6.15/Documentation/admin-guide/media/
H A Dbuilding.rst319 daily updated from the newest kernel. Such tree is available at:
/linux-6.15/Documentation/process/
H A Dkernel-docs.rst31 published date, from the newest to the oldest. The maintainer(s) should

12