Home
last modified time | relevance | path

Searched refs:closure_sync_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dclosure.h200 static inline int closure_sync_timeout(struct closure *cl, unsigned long timeout) in closure_sync_timeout() function
473 closure_sync_timeout(&cl, _t); \
/linux/fs/bcachefs/
H A Dbtree_node_scan.c315 while (closure_sync_timeout(&cl, sysctl_hung_task_timeout_secs * HZ / 2)) in read_btree_nodes()
H A Dalloc_foreground.c1677 if (t && closure_sync_timeout(cl, t)) { in __bch2_wait_on_allocator()
H A Djournal_io.c1371 while (closure_sync_timeout(&jlist.cl, sysctl_hung_task_timeout_secs * HZ / 2)) in bch2_journal_read()