Home
last modified time | relevance | path

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

/linux-2.6.39/net/rds/
Dxlist.h9 struct xlist_head { struct
10 struct xlist_head *next; argument
13 static inline void INIT_XLIST_HEAD(struct xlist_head *list) in INIT_XLIST_HEAD()
18 static inline int xlist_empty(struct xlist_head *head) in xlist_empty()
23 static inline void xlist_add(struct xlist_head *new, struct xlist_head *tail, in xlist_add()
24 struct xlist_head *head) in xlist_add()
26 struct xlist_head *cur; in xlist_add()
27 struct xlist_head *check; in xlist_add()
38 static inline struct xlist_head *xlist_del_head(struct xlist_head *head) in xlist_del_head()
40 struct xlist_head *cur; in xlist_del_head()
[all …]
Dib_rdma.c52 struct xlist_head xlist;
74 struct xlist_head drop_list; /* MRs that have reached their max_maps limit */
75 struct xlist_head free_list; /* unused MRs */
76 struct xlist_head clean_list; /* global unused & unamapped MRs */
263 static void refill_local(struct rds_ib_mr_pool *pool, struct xlist_head *xl, in refill_local()
266 struct xlist_head *ibmr_xl; in refill_local()
274 struct xlist_head *ret; in rds_ib_reuse_fmr()
534 static void xlist_append_to_list(struct xlist_head *xlist, struct list_head *list) in xlist_append_to_list()
537 struct xlist_head splice; in xlist_append_to_list()
538 struct xlist_head *cur; in xlist_append_to_list()
[all …]