Searched refs:last_free (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/ofed/libmthca/src/
H A Dsrq.c67 struct mthca_next_seg *last_free; local
71 last_free = get_wqe(srq, srq->last_free);
72 *wqe_to_link(last_free) = ind;
73 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1);
75 srq->last_free = ind;
308 srq->last_free = srq->max - 1;
H A Dmthca.h181 int last_free; member in struct:mthca_srq
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c294 srq->last_free = srq->max - 1;
479 struct mthca_next_seg *last_free; local
485 last_free = get_wqe(srq, srq->last_free);
486 *wqe_to_link(last_free) = ind;
487 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1);
489 srq->last_free = ind;
H A Dmthca_provider.h230 int last_free; member in struct:mthca_srq
/freebsd-10.3-release/contrib/gcc/
H A Dggc-zone.c1601 char *last_free; local
1670 last_free = NULL;
1703 if (last_free)
1705 VALGRIND_DISCARD (VALGRIND_MAKE_WRITABLE (last_free,
1707 - last_free));
1708 poison_region (last_free, object - last_free);
1709 free_chunk (last_free, object - last_free, zone);
1710 last_free
[all...]
/freebsd-10.3-release/sys/mips/nlm/dev/net/
H A Dnae.c83 int cal_len, cal = 0, last_free = 0; local
100 last_free = cal;
110 if (last_free == cal)
120 int cal = 0, last_free = 0; local
136 last_free = cal;
146 if (last_free == cal)

Completed in 126 milliseconds