Home
last modified time | relevance | path

Searched refs:cs_entry (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcpuset.h258 const struct cpuset_fts_entry *cs_entry);
260 const struct cpuset_fts_entry *cs_entry);
262 const struct cpuset_fts_entry *cs_entry);
263 int cpuset_fts_get_errno(const struct cpuset_fts_entry *cs_entry);
264 int cpuset_fts_get_info(const struct cpuset_fts_entry *cs_entry);
Dlibcpuset.c2443 const struct cpuset_fts_entry *cs_entry; in cpuset_nuke() local
2521 while ((cs_entry = cpuset_fts_read(cs_tree)) != NULL) { in cpuset_nuke()
2524 fullpath(buf, sizeof(buf), cpuset_fts_get_path(cs_entry)); in cpuset_nuke()
2666 const struct cpuset_fts_entry *cs_entry; in cpuset_init_pidlist() local
2670 while ((cs_entry = cpuset_fts_read(cs_tree)) != NULL) { in cpuset_init_pidlist()
2671 if (cpuset_fts_get_info(cs_entry) != CPUSET_FTS_CPUSET) in cpuset_init_pidlist()
2673 read_task_file(cpuset_fts_get_path(cs_entry), &pbhead); in cpuset_init_pidlist()
3291 const struct cpuset_fts_entry *cs_entry = cs_tree->next; in cpuset_fts_read() local
3294 return cs_entry; in cpuset_fts_read()
3326 const char *cpuset_fts_get_path(const struct cpuset_fts_entry *cs_entry) in cpuset_fts_get_path() argument
[all …]
/external/eigen/bench/
DBenchSparseUtil.h106 if (!cs_entry(aux, it.index(), j, it.value())) in eiToCSparse()