Searched refs:zfcp_reqlist (Results 1 – 2 of 2) sorted by relevance
22 struct zfcp_reqlist { struct38 static inline struct zfcp_reqlist *zfcp_reqlist_alloc(void) in zfcp_reqlist_alloc() argument41 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()[all …]
44 struct zfcp_reqlist;162 struct zfcp_reqlist *req_list;