Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dmon_client.h66 u64 newest; member
141 u64 *newest);
/Linux-v4.19/security/apparmor/
Dpolicy.c828 struct aa_profile *parent, *newest; in update_to_newest_parent() local
832 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
835 if (newest != parent) { in update_to_newest_parent()
837 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
839 aa_put_profile(newest); in update_to_newest_parent()
841 return newest; in update_to_newest_parent()
/Linux-v4.19/Documentation/isdn/
DREADME.FAQ9 In case you just want to see the FAQ online, or download the newest version,
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfunc-read.rst60 single or multiple buffers and discarding the oldest or newest frames
77 A driver discarding the newest frames stops capturing until the next
/Linux-v4.19/Documentation/arm/Samsung/
DOverview.txt8 ARM9 through to the newest ARM cores. This document shows an overview of
/Linux-v4.19/net/ceph/
Dmon_client.c755 req->u.newest = ceph_decode_64(&p); in handle_get_version_reply()
817 u64 *newest) in ceph_monc_get_version() argument
828 *newest = req->u.newest; in ceph_monc_get_version()
Dosd_client.c2507 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2517 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2519 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3091 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
3102 greq->u.newest); in linger_map_check_cb()
3104 lreq->map_dne_bound = greq->u.newest; in linger_map_check_cb()
/Linux-v4.19/fs/btrfs/
Ddisk-io.c1979 int newest = *backup_index; in next_root_backup() local
1984 newest = find_newest_super_backup(info, gen); in next_root_backup()
1985 if (newest == -1) in next_root_backup()
1988 *backup_index = newest; in next_root_backup()
1995 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
1997 *backup_index = newest; in next_root_backup()
2000 root_backup = super->super_roots + newest; in next_root_backup()
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt22 All the current OMAP SoCs except for the newest DRA7xx SoC has a single IP
/Linux-v4.19/Documentation/driver-api/usb/
Dhotplug.rst83 modules, and can invoke driver-specific setup scripts. The newest ones
/Linux-v4.19/Documentation/device-mapper/
Ddm-zoned.txt118 newest metadata. Once this operation completes, in place of metadata
/Linux-v4.19/fs/
DKconfig.binfmt26 you'll have to install the newest ELF runtime libraries, including
/Linux-v4.19/Documentation/
Drtc.txt12 The newest non-PC hardware tends to just count seconds, like the time(2)
/Linux-v4.19/Documentation/nvdimm/
Dbtt.txt131 valid/newest. It cycles between 01->10->11->01 (binary) under normal
/Linux-v4.19/Documentation/process/
Dkernel-docs.rst38 published date, from the newest to the oldest.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dvivid.rst328 is the newest in time. For 60 Hz standards that is reversed: the bottom field
329 is the oldest and the top field is the newest in time.
/Linux-v4.19/Documentation/trace/
Dftrace.rst1100 discarded and overwritten. If "0", then the newest
2140 entries. The newest data may overwrite the oldest data.