Home
last modified time | relevance | path

Searched refs:find_next_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/
Dpid.c61 #define find_next_offset(map, off) \ macro
194 offset = find_next_offset(map, offset); in alloc_pidmap()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_qp.c45 #define find_next_offset(map, off) find_next_zero_bit((map)->page, \ macro
151 offset = find_next_offset(map, offset); in alloc_qpn()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_qp.c53 static inline unsigned find_next_offset(struct qib_qpn_table *qpt, in find_next_offset() function
165 offset = find_next_offset(qpt, map, offset, in alloc_qpn()