Lines Matching refs:zfcp_reqlist
22 struct zfcp_reqlist { struct
38 static inline struct zfcp_reqlist *zfcp_reqlist_alloc(void) in zfcp_reqlist_alloc() argument
41 struct zfcp_reqlist *rl; in zfcp_reqlist_alloc()
43 rl = kzalloc(sizeof(struct zfcp_reqlist), GFP_KERNEL); in zfcp_reqlist_alloc()
61 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) in zfcp_reqlist_isempty()
75 static inline void zfcp_reqlist_free(struct zfcp_reqlist *rl) in zfcp_reqlist_free()
84 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in _zfcp_reqlist_find()
105 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find()
130 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, unsigned long req_id) in zfcp_reqlist_find_rm()
154 static inline void zfcp_reqlist_add(struct zfcp_reqlist *rl, in zfcp_reqlist_add()
172 static inline void zfcp_reqlist_move(struct zfcp_reqlist *rl, in zfcp_reqlist_move()
198 zfcp_reqlist_apply_for_all(struct zfcp_reqlist *rl, in zfcp_reqlist_apply_for_all()