Searched refs:npos (Results 1 – 4 of 4) sorted by relevance
94 int npos; in fdarray__dup_entry_from() local101 npos = fdarray__add(fda, entry->fd, entry->events, from->priv[pos].flags); in fdarray__dup_entry_from()102 if (npos >= 0) in fdarray__dup_entry_from()103 fda->priv[npos] = from->priv[pos]; in fdarray__dup_entry_from()105 return npos; in fdarray__dup_entry_from()
30 my $npos = ($pos+$nsp+8) & ~7;31 my $ntab = ($npos >> 3) - ($pos >> 3);33 $pos = $npos;
856 u8 npos = 0; in mtype_add() local 898 npos = smp_load_acquire(&n->pos); in mtype_add() 899 for (i = 0; i < npos; i++) { in mtype_add() 943 if (npos >= n->size) { in mtype_add() 972 j = npos++; in mtype_add() 996 smp_store_release(&n->pos, npos); in mtype_add()