Lines Matching refs:it
24 FS-Cache has an asynchronous operations handling facility that it uses for its
53 struct embedded in it. They should initialise it by calling:
79 may decide it wants to handle an operation itself without deferring it to
89 before submitting the operation, and the operating thread must wait for it
96 (2) The operation may be fast asynchronous (FSCACHE_OP_FAST), in which case it
109 (3) The operation may be slow asynchronous (FSCACHE_OP_SLOW), in which case it
141 (1) The submitting thread must allocate the operation and initialise it
167 it, so the caller should put their reference to it by passing it to:
172 operation with FSCACHE_OP_MYTHREAD, then it should monitor
176 When it has finished doing its processing, it should call
177 fscache_op_complete() and fscache_put_operation() on it.
180 exclusive ops conflicting until it is released. The operation can be