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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Dlib-socket.c150 int nfound; lnet_ipif_enumerate() local
186 nfound = ifc.ifc_len/sizeof(*ifr); lnet_ipif_enumerate()
187 LASSERT(nfound <= nalloc); lnet_ipif_enumerate()
189 if (nfound < nalloc || toobig) lnet_ipif_enumerate()
196 if (nfound == 0) lnet_ipif_enumerate()
199 LIBCFS_ALLOC(names, nfound * sizeof(*names)); lnet_ipif_enumerate()
205 for (i = 0; i < nfound; i++) { lnet_ipif_enumerate()
226 rc = nfound; lnet_ipif_enumerate()
230 lnet_ipif_free_enumeration(names, nfound); lnet_ipif_enumerate()
/linux-4.4.14/lib/
H A Ddynamic_debug.c144 unsigned int nfound = 0; ddebug_change() local
186 nfound++; ddebug_change()
201 if (!nfound && verbose) ddebug_change()
204 return nfound; ddebug_change()
438 int nwords, nfound; ddebug_exec_query() local
456 nfound = ddebug_change(&query, flags, mask); ddebug_exec_query()
457 vpr_info_dq(&query, nfound ? "applied" : "no-match"); ddebug_exec_query()
459 return nfound; ddebug_exec_query()
469 int i, errs = 0, exitcode = 0, rc, nfound = 0; ddebug_exec_queries() local
487 nfound += rc; ddebug_exec_queries()
492 i, nfound, errs); ddebug_exec_queries()
496 return nfound; ddebug_exec_queries()
/linux-4.4.14/drivers/block/
H A Damiflop.c1706 printk(KERN_INFO "FD: probing units\nfound "); fd_probe_drives()

Completed in 158 milliseconds