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);
2440 const struct cpuset_fts_entry *cs_entry; in cpuset_nuke()2663 const struct cpuset_fts_entry *cs_entry; in cpuset_init_pidlist()3179 struct cpuset_fts_entry;3183 struct cpuset_fts_entry *head; /* head of linked entry list */3184 struct cpuset_fts_entry *next; /* cpuset_fts_read() offset */3187 struct cpuset_fts_entry { struct3188 struct cpuset_fts_entry *next; /* linked entry list chain */ argument3204 struct cpuset_fts_entry *ep; /* the latest new list entry */ in cpuset_fts_open() argument3205 struct cpuset_fts_entry **pnlep; /* ptr to next list entry ptr */ in cpuset_fts_open()3282 const struct cpuset_fts_entry *cpuset_fts_read(struct cpuset_fts_tree *cs_tree) in cpuset_fts_read()[all …]