Home
last modified time | relevance | path

Searched refs:npos (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/api/fd/
H A Darray.c94 int npos; in fdarray__dup_entry_from() local
101 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()
/linux/scripts/
H A Dcleanfile30 my $npos = ($pos+$nsp+8) & ~7;
31 my $ntab = ($npos >> 3) - ($pos >> 3);
33 $pos = $npos;
H A Dcleanpatch30 my $npos = ($pos+$nsp+8) & ~7;
31 my $ntab = ($npos >> 3) - ($pos >> 3);
33 $pos = $npos;
/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h856 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()