Home
last modified time | relevance | path

Searched refs:nr_outstanding (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/netfs/
Ddirect_read.c54 atomic_set(&rreq->nr_outstanding, 1); in netfs_dispatch_unbuffered_reads()
70 atomic_inc(&rreq->nr_outstanding); in netfs_dispatch_unbuffered_reads()
82 atomic_dec(&rreq->nr_outstanding); in netfs_dispatch_unbuffered_reads()
102 if (atomic_dec_and_test(&rreq->nr_outstanding)) in netfs_dispatch_unbuffered_reads()
Dread_retry.c23 atomic_inc(&rreq->nr_outstanding); in netfs_reissue_read()
230 atomic_inc(&rreq->nr_outstanding); in netfs_retry_reads()
234 if (atomic_dec_and_test(&rreq->nr_outstanding)) in netfs_retry_reads()
Dbuffered_read.c229 atomic_inc(&rreq->nr_outstanding); in netfs_read_to_pagecache()
245 atomic_inc(&rreq->nr_outstanding); in netfs_read_to_pagecache()
279 atomic_dec(&rreq->nr_outstanding); in netfs_read_to_pagecache()
289 atomic_dec(&rreq->nr_outstanding); in netfs_read_to_pagecache()
327 if (atomic_dec_and_test(&rreq->nr_outstanding)) in netfs_read_to_pagecache()
Dmain.c72 atomic_read(&rreq->nr_outstanding), in netfs_requests_seq_show()
Dread_collect.c541 if (atomic_dec_and_test(&rreq->nr_outstanding)) in netfs_read_subreq_terminated()
/linux-6.12.1/include/linux/
Dnetfs.h254 atomic_t nr_outstanding; /* Number of ops in progress */ member