Searched defs:nset (Results 1 - 2 of 2) sorted by relevance

/drivers/input/keyboard/
H A Dlocomokbd.c104 unsigned short nset; local
107 nset = 0xFF & ~(1 << col);
108 nbset = (nset << 8) + nset;
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1691 int ncpus = num_online_cpus(), curcpu = -1, nset = 0; local
1699 nset++;
1702 if (curcpu != -1 && nset != ncpus) {

Completed in 705 milliseconds