Home
last modified time | relevance | path

Searched refs:np (Results 1 – 5 of 5) sorted by relevance

/tools/build/
DMakefile.feature56 pthread-attr-setaffinity-np \
/tools/build/feature/
DMakefile48 test-pthread-attr-setaffinity-np.bin \
99 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
/tools/testing/selftests/kvm/lib/
Dsparsebit.c219 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next() argument
221 struct node *nodep = np; in node_next()
247 static struct node *node_prev(struct sparsebit *s, struct node *np) in node_prev() argument
249 struct node *nodep = np; in node_prev()
/tools/perf/
DMakefile.config372 ifeq ($(feature-pthread-attr-setaffinity-np), 1)
/tools/power/pm-graph/
Dsleepgraph.py2098 np = self.nextPhase('resume_machine', 1)
2099 if np:
2100 dm['resume_machine']['end'] = dm[np]['start']