Searched refs:first_free (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c286 srq->first_free = 0;
492 first_ind = srq->first_free;
495 ind = srq->first_free;
533 srq->first_free = next_ind;
549 first_ind = srq->first_free;
591 ind = srq->first_free;
622 srq->first_free = next_ind;
H A Dmthca_provider.h230 int first_free; member in struct:mthca_srq
/drivers/tty/vt/
H A Dkeyboard.c1918 char *first_free, *fj, *fnw; local
1964 first_free = funcbufptr + (funcbufsize - funcbufleft);
1970 fj = first_free;
1975 memmove(fj + delta, fj, first_free - fj);
2001 if (first_free > fj) {
2002 memmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);

Completed in 52 milliseconds