Searched refs:newest (Results 1 - 53 of 53) sorted by relevance

/linux-4.1.27/include/linux/
H A Dllist.h32 * The order of deleted entries is from the newest to the oldest added
33 * one. If you want to traverse from the oldest to the newest, you
100 * traverse order is from the newest to the oldest added entry. If
101 * you want to traverse from the oldest to the newest, you must
118 * traverse order is from the newest to the oldest added entry. If
119 * you want to traverse from the oldest to the newest, you must
140 * traverse order is from the newest to the oldest added entry. If
141 * you want to traverse from the oldest to the newest, you must
189 * deleted is from the newest to the oldest added one.
H A Dskbuff.h431 * @t1: pointer to newest sample
/linux-4.1.27/drivers/net/wireless/zd1211rw/
H A Dzd_rf_al2230.c115 /* for newest (3rd cut) AL2300 */ zd1211_al2230_init_hw()
118 /* for newest (3rd cut) AL2300 */ zd1211_al2230_init_hw()
121 /* for newest (3rd cut) AL2300 */ zd1211_al2230_init_hw()
130 /* for newest (3rd cut) AL2300 */ zd1211_al2230_init_hw()
224 { ZD_CR17, 0x2B }, /* for newest(3rd cut) AL2230 */ zd1211b_al2230_init_hw()
229 { ZD_CR35, 0x3e }, /* for newest(3rd cut) AL2230 */ zd1211b_al2230_init_hw()
231 { ZD_CR46, 0x99 }, /* for newest(3rd cut) AL2230 */ zd1211b_al2230_init_hw()
247 { ZD_CR106, 0x24 }, /* for newest(3rd cut) AL2230 */ zd1211b_al2230_init_hw()
253 { ZD_CR115, 0x26 }, /* 24->26 at 4902 for newest(3rd cut) zd1211b_al2230_init_hw()
H A Dzd_rf_al7230b.c122 /* for newest (3rd cut) AL2300 */ zd1211_al7230b_init_hw()
125 /* for newest (3rd cut) AL2300 */ zd1211_al7230b_init_hw()
128 /* for newest (3rd cut) AL2300 */ zd1211_al7230b_init_hw()
145 /* for newest (3rd cut) AL2300 */ zd1211_al7230b_init_hw()
213 { ZD_CR17, 0x2B }, /* for newest (3rd cut) AL2230 */ zd1211b_al7230b_init_hw()
219 { ZD_CR35, 0x3e }, /* for newest (3rd cut) AL2230 */ zd1211b_al7230b_init_hw()
221 { ZD_CR46, 0x99 }, /* for newest (3rd cut) AL2230 */ zd1211b_al7230b_init_hw()
/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pri_detector.h57 * @window_size: window size back from newest pulse time stamp in usecs
/linux-4.1.27/lib/
H A Dllist.c56 * deleted, this is the newest added one.
/linux-4.1.27/include/linux/ceph/
H A Dmon_client.h113 const char *what, u64 *newest);
/linux-4.1.27/drivers/mtd/
H A Dinftlmount.c574 * virtual chains that exist (newest physical unit goes into VUtable). INFTL_mount()
703 * newest block in the chain, but it is the newest we have INFTL_mount()
742 * newest block and oldest block. INFTL_mount()
/linux-4.1.27/security/apparmor/
H A Dpolicy.c1183 struct aa_profile *parent, *newest; aa_replace_profiles() local
1185 newest = aa_get_newest_profile(parent); aa_replace_profiles()
1188 if (newest != parent) { aa_replace_profiles()
1189 aa_get_profile(newest); aa_replace_profiles()
1191 rcu_assign_pointer(ent->new->parent, newest); aa_replace_profiles()
1193 aa_put_profile(newest); aa_replace_profiles()
H A Ddomain.c428 * use the newest version, which was picked apparmor_bprm_set_creds()
/linux-4.1.27/drivers/acpi/acpica/
H A Dutosi.c61 * the latest version of Windows, which would respond to the latest/newest
84 * The last element of each entry is used to track the newest version of
/linux-4.1.27/security/apparmor/include/
H A Dpolicy.h317 * aa_get_newest_profile - find the newest version of @profile
320 * Returns: refcounted newest version of @profile taking into account
/linux-4.1.27/drivers/md/bcache/
H A Djournal.h60 * newest journal entry it contains - if we don't need that journal entry we
H A Dextents.c254 * equal in different sets, we have to process them newest to oldest.
/linux-4.1.27/fs/afs/
H A Dvlocation.c348 /* ... but wait at least 1 second more than the newest record afs_vlocation_queue_for_updates()
693 * than the newest record already queued so that we don't spam afs_vlocation_updater()
H A Dcallback.c433 * than the newest record already queued so that we don't spam
/linux-4.1.27/drivers/staging/rtl8192u/
H A Dr819xU_phy.c483 * sure it has been synced with the newest.
520 * sure it has been synced with the newest.
774 * sure it has been synced with the newest.
850 * sure it has been synced with the newest.
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h82 * @read: Shared index to newest available Rx buffer
/linux-4.1.27/net/hsr/
H A Dhsr_framereg.c377 /* Get age of newest frame from node. hsr_prune_nodes()
/linux-4.1.27/sound/pci/emu10k1/
H A Dmemory.c152 /* append this as a newest block in order list */ map_memblk()
/linux-4.1.27/net/ceph/
H A Dmon_client.c659 u64 *newest) ceph_monc_do_get_version()
671 req->buf = newest; ceph_monc_do_get_version()
658 ceph_monc_do_get_version(struct ceph_mon_client *monc, const char *what, u64 *newest) ceph_monc_do_get_version() argument
/linux-4.1.27/fs/btrfs/
H A Ddisk-io.c2038 int newest = *backup_index; next_root_backup() local
2043 newest = find_newest_super_backup(info, gen); next_root_backup()
2044 if (newest == -1) next_root_backup()
2047 *backup_index = newest; next_root_backup()
2054 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % next_root_backup()
2056 *backup_index = newest; next_root_backup()
2059 root_backup = super->super_roots + newest; next_root_backup()
H A Dtransaction.c675 /* find newest transaction that is committing | committed */ btrfs_wait_for_commit()
/linux-4.1.27/drivers/net/slip/
H A Dslhc.c310 * state points to the newest and we only need to set slhc_compress()
/linux-4.1.27/fs/jffs2/
H A Dsummary.c506 /* node is not the newest one */ jffs2_sum_process_sum_data()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dmain.c1672 * iwl_print_last_event_logs - Dump the newest # of event log to syslog
1680 * display the newest DEFAULT_LOG_ENTRIES entries iwl_print_last_event_logs()
H A Drxon.c435 * it always need to be updated for newest request */ iwl_set_tx_power()
/linux-4.1.27/drivers/scsi/
H A Dgdth.h449 u32 version; /* version (-1UL: newest) */
H A Dhpsa.c5805 * There are two such methods. Favor the newest method. hpsa_kdump_hard_reset_controller()
/linux-4.1.27/drivers/input/
H A Devdev.c193 * EV_SYN/SYN_DROPPED plus the newest event in the queue. __pass_event()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_cqm.c114 * Oldest entry at the head, newest (most recently used) entry at the
/linux-4.1.27/fs/cifs/
H A Dcifsfs.c793 * server has the newest file length. cifs_llseek()
/linux-4.1.27/drivers/net/ethernet/hp/
H A Dhp100.c174 hp100_ring_t *rxrtail; /* Tail (newest) index into rxring */
176 hp100_ring_t *txrtail; /* Tail (newest) index into txring */
/linux-4.1.27/fs/ceph/
H A Dcaps.c718 * Move a cap to the end of the LRU (oldest caps at list head, newest
1856 * newest request, and make that the upper bound. Then, if there are
/linux-4.1.27/drivers/s390/cio/
H A Dqdio_main.c480 * ACK the newest buffer. The ACK will be removed in qdio_stop_polling inbound_primed()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.h724 u32 read; /* Shared index to newest available Rx buffer */
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c46 /* 'newest' convention - shmem2 cotains the size of the port stats */ bnx2x_get_port_stats_dma_len()
/linux-4.1.27/mm/
H A Drmap.c374 * from newest to oldest, ensuring the root anon_vma gets freed last. unlink_anon_vmas()
/linux-4.1.27/fs/reiserfs/
H A Dsuper.c1138 * conversion to newest format reiserfs_parse_options()
H A Djournal.c1787 * at once, which makes everything faster since only the newest journal
H A Dreiserfs.h297 /* newest journal block */
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A Dcommon.h595 * @read: Shared idx to newest available Rx buffer
H A Dcommon.c4391 * it always need to be updated for newest request */ il_set_tx_power()
/linux-4.1.27/drivers/tty/
H A Dn_gsm.c30 * Use newest tty open/close port helpers and install hooks
/linux-4.1.27/fs/jbd/
H A Dtransaction.c1885 * the buffer to BJ_Forget list of the newest transaction. journal_unmap_buffer()
/linux-4.1.27/fs/jbd2/
H A Dtransaction.c2038 * the buffer to BJ_Forget list of the newest transaction. journal_unmap_buffer()
/linux-4.1.27/net/ipv4/
H A Dtcp_input.c955 * that "SACK block MUST reflect the newest segment. Even if the newest
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c785 /* FIX: All newest firmware should un-protect the bottom of myri10ge_load_firmware()
/linux-4.1.27/drivers/block/
H A Dcciss.c4711 * There are two such methods. Favor the newest method. cciss_kdump_hard_reset_controller()
/linux-4.1.27/fs/
H A Dbuffer.c1226 * The bhs[] array is sorted - newest buffer is at bhs[0]. Buffers have their
/linux-4.1.27/fs/ext3/
H A Dinode.c212 * store the newest transaction containing inode's data. ext3_evict_inode()
/linux-4.1.27/fs/ocfs2/
H A Dalloc.c1230 * newest leaf, and next_blkno will point to the topmost extent ocfs2_add_branch()
/linux-4.1.27/fs/ext4/
H A Dinode.c201 * ei->i_datasync_tid to store the newest transaction ext4_evict_inode()

Completed in 1934 milliseconds