Lines Matching defs:first
961 head->first = NULL;971 struct xpc_fifo_entry_uv *first;974 first = head->first;975 if (head->first != NULL) {976 head->first = first->next;977 if (head->first == NULL)983 first->next = NULL;986 return first;1000 head->first = last;1057 dev_dbg(xpc_part, "waiting to make first contact with "