Home
last modified time | relevance | path

Searched refs:zfcp_reqlist (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/scsi/
A Dzfcp_reqlist.h22 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()
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()
[all …]
A Dzfcp_def.h167 struct zfcp_reqlist *req_list;

Completed in 5 milliseconds