Searched refs:last_used (Results 26 - 49 of 49) sorted by relevance

12

/linux-master/drivers/block/xen-blkback/
H A Dcommon.h245 unsigned long last_used; member in struct:persistent_gnt
H A Dblkback.c137 return pgrant_timeout && (jiffies - persistent_gnt->last_used >=
237 persistent_gnt->last_used = jiffies;
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.c94 if (span->is_hole || span->last_used - span->start_used < length - 1)
99 if (span->start_used > span->last_used ||
100 span->last_used - span->start_used < length - 1)
141 allowed_span.last_used = ULONG_MAX - PAGE_SIZE;
151 allowed_span.start_used, allowed_span.last_used) {
/linux-master/fs/ocfs2/dlm/
H A Ddlmdebug.c92 res->last_used, kref_read(&res->refs),
367 (jiffies - res->last_used)/HZ);
501 res->owner, res->state, res->last_used,
H A Ddlmthread.c117 res->last_used = jiffies;
294 purge_jiffies = lockres->last_used +
303 * him will have a greater last_used value */
H A Ddlmcommon.h301 /* unused lock resources have their last_used stamped and are
303 unsigned long last_used; member in struct:dlm_lock_resource
H A Ddlmmaster.c568 res->last_used = 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c1040 ofld_stats->last_used = jiffies;
1086 ofld_stats->last_used = jiffies;
1089 ofld_stats->last_used,
/linux-master/fs/autofs/
H A Droot.c257 ino->last_used = jiffies;
261 ino->last_used = jiffies;
324 ino->last_used = jiffies;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c72 u64 last_used; member in struct:mlxsw_sp_acl_rule
965 rule->last_used = jiffies;
1043 *last_use = rule->last_used;
/linux-master/fs/bcachefs/
H A Dalloc_foreground.c1254 if (!oldest || time_before64(wp->last_used, oldest->last_used))
1279 wp->last_used = local_clock();
1514 wp->last_used = local_clock();
1591 bch2_pr_time_units(out, sched_clock() - wp->last_used);
/linux-master/net/sunrpc/
H A Dxprt.c849 xprt->last_used = jiffies;
851 mod_timer(&xprt->timer, xprt->last_used + xprt->idle_timeout);
861 /* Reset xprt->last_used to avoid connect/autodisconnect cycling */
862 xprt->last_used = jiffies;
2039 xprt->last_used = jiffies;
H A Dsysfs.c149 "last_used=%lu\ncur_cong=%lu\ncong_win=%lu\n"
154 xprt->last_used, xprt->cong, xprt->cwnd, xprt->max_reqs,
H A Dxprtsock.c2833 idle_time = (long)(jiffies - xprt->last_used) / HZ;
2887 idle_time = (long)(jiffies - xprt->last_used) / HZ;
/linux-master/include/linux/sunrpc/
H A Dxprt.h249 unsigned long last_used, member in struct:rpc_xprt
/linux-master/fs/ceph/
H A Dmds_client.h384 unsigned long last_used; member in struct:ceph_snapid_map
H A Dsnap.c1275 sm->last_used = jiffies;
1300 if (time_after(sm->last_used + CEPH_SNAPID_MAP_TIMEOUT, now))
H A Dsuper.h199 unsigned long last_used; member in struct:ceph_cap
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c1701 iter = chan->last_used;
1721 struct ppc440spe_adma_desc_slot *last_used = NULL; local
1739 last_used = iter;
1749 chan->last_used = last_used;
1808 if (i && !ppc440spe_chan->last_used) {
1809 ppc440spe_chan->last_used =
3553 ppc440spe_chan->last_used = NULL;
/linux-master/net/sunrpc/xprtrdma/
H A Dtransport.c675 idle_time = (long)(jiffies - xprt->last_used) / HZ;
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h78 ktime_t *last_used; member in struct:nfp_fl_mask_id
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3667 int s = q->last_used - q->first_empty;
3708 q->first_empty = q->last_used = 0;
3746 * Free one TFD, those at index [txq->q.last_used].
3755 struct tfd_frame *bd = &txq->bd[txq->q.last_used];
3778 if (txq->txb[txq->q.last_used]) {
3779 libipw_txb_free(txq->txb[txq->q.last_used]);
3780 txq->txb[txq->q.last_used] = NULL;
3803 for (; q->first_empty != q->last_used;
3804 q->last_used = ipw_queue_inc_wrap(q->last_used,
[all...]
H A Dipw2200.h369 int last_used; /**< last used entry (index) */ member in struct:clx2_queue
/linux-master/drivers/md/
H A Ddm-integrity.c3014 unsigned char unused, last_used, want_commit_seq; local
3022 last_used = 0;
3088 last_used = prev_commit_seq(unused);
3089 want_commit_seq = prev_commit_seq(last_used);
3094 write_start = max_commit_id_sections[last_used] + 1;
3139 erase_seq = prev_commit_seq(prev_commit_seq(last_used));

Completed in 340 milliseconds

12