Searched defs:ptlrpc_request_set (Results 1 – 1 of 1) sorted by relevance
331 struct ptlrpc_request_set { struct332 atomic_t set_refcount;334 atomic_t set_new_count;336 atomic_t set_remaining;338 wait_queue_head_t set_waitq;339 wait_queue_head_t *set_wakeup_ptr;341 struct list_head set_requests;347 struct list_head set_cblist;349 set_interpreter_func set_interpret;351 void *set_arg;[all …]