Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dmon_client.h66 u64 newest; member
141 u64 *newest);
/Linux-v6.6/security/apparmor/
Dpolicy.c991 struct aa_profile *parent, *newest; in update_to_newest_parent() local
995 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
998 if (newest != parent) { in update_to_newest_parent()
1000 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
1002 aa_put_profile(newest); in update_to_newest_parent()
1004 return newest; in update_to_newest_parent()
/Linux-v6.6/Documentation/arch/arm/google/
Dchromebook-boot-flow.rst63 supporting the newest revision(s) of a board omits the "-rev{REV}"
66 newest device tree we know about.
/Linux-v6.6/Documentation/userspace-api/media/v4l/
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-v6.6/Documentation/arch/arm/samsung/
Doverview.rst9 ARM9 through to the newest ARM cores. This document shows an overview of
/Linux-v6.6/Documentation/driver-api/firmware/
Dfirmware-usage-guidelines.rst23 overwritten with the newest compatible major version. Newer major
/Linux-v6.6/Documentation/arch/mips/
Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/Linux-v6.6/net/ceph/
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()
Dosd_client.c2737 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2747 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2749 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3371 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
3382 greq->u.newest); in linger_map_check_cb()
3384 lreq->map_dne_bound = greq->u.newest; in linger_map_check_cb()
/Linux-v6.6/Documentation/ABI/testing/
Ddebugfs-driver-habanalabs278 Reading from the node returns the newest state dump available.
280 next read would return X+1-st newest state dump.
/Linux-v6.6/fs/
DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including
/Linux-v6.6/Documentation/driver-api/usb/
Dhotplug.rst83 modules, and can invoke driver-specific setup scripts. The newest ones
/Linux-v6.6/Documentation/process/
Dkernel-docs.rst31 published date, from the newest to the oldest. The maintainer(s) should
/Linux-v6.6/Documentation/admin-guide/
Drtc.rst12 The newest non-PC hardware tends to just count seconds, like the time(2)
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-v6.6/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst123 newest metadata. Once this operation completes, in place of metadata
/Linux-v6.6/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h673 __le32 newest; member
/Linux-v6.6/Documentation/driver-api/nvdimm/
Dbtt.rst139 valid/newest. It cycles between 01->10->11->01 (binary) under normal
/Linux-v6.6/Documentation/admin-guide/media/
Dbuilding.rst319 daily updated from the newest kernel. Such tree is available at:
Dvivid.rst359 is the newest in time. For 60 Hz standards that is reversed: the bottom field
360 is the oldest and the top field is the newest in time.
/Linux-v6.6/Documentation/trace/
Dftrace.rst1234 discarded and overwritten. If "0", then the newest
2355 entries. The newest data may overwrite the oldest data.
/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c4820 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()