Searched refs:ntid (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dvalues.c69 *ntid = realloc(values->tid, nthreads_max * sizeof(*values->tid)), local
72 if (!npid || !ntid || !nvalue)
77 values->tid = ntid;
82 free(ntid);
/linux-master/fs/jfs/
H A Djfs_txnmgr.c143 int ntid; /* 4: # of transactions performed */ member in struct:__anon373
432 INCREMENT(stattx.ntid); /* statistics */

Completed in 166 milliseconds