Searched refs:cpuset_fts_entry (Results 1 – 2 of 2) sorted by relevance
183 struct cpuset_fts_entry;253 const struct cpuset_fts_entry *cpuset_fts_read(258 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);
2443 const struct cpuset_fts_entry *cs_entry; in cpuset_nuke()2666 const struct cpuset_fts_entry *cs_entry; in cpuset_init_pidlist()3186 struct cpuset_fts_entry;3190 struct cpuset_fts_entry *head; /* head of linked entry list */3191 struct cpuset_fts_entry *next; /* cpuset_fts_read() offset */3194 struct cpuset_fts_entry { struct3195 struct cpuset_fts_entry *next; /* linked entry list chain */ argument3211 struct cpuset_fts_entry *ep; /* the latest new list entry */ in cpuset_fts_open() argument3212 struct cpuset_fts_entry **pnlep; /* ptr to next list entry ptr */ in cpuset_fts_open()3289 const struct cpuset_fts_entry *cpuset_fts_read(struct cpuset_fts_tree *cs_tree) in cpuset_fts_read()[all …]