Searched defs:ptlrpc_request_set (Results 1 – 1 of 1) sorted by relevance
332 struct ptlrpc_request_set { struct333 atomic_t set_refcount;335 atomic_t set_new_count;337 atomic_t set_remaining;339 wait_queue_head_t set_waitq;340 wait_queue_head_t *set_wakeup_ptr;342 struct list_head set_requests;348 struct list_head set_cblist;350 set_interpreter_func set_interpret;352 void *set_arg;[all …]