Searched refs:devstat_head (Results 1 – 1 of 1) sorted by relevance
122 struct devstatlist *devstat_head; in devstat_add_entry() local128 devstat_head = &device_statq; in devstat_add_entry()140 STAILQ_INSERT_TAIL(devstat_head, ds, dev_links); in devstat_add_entry()142 STAILQ_FOREACH(ds_tmp, devstat_head, dev_links) { in devstat_add_entry()156 STAILQ_INSERT_AFTER(devstat_head, ds_tmp, ds, in devstat_add_entry()165 if (ds_tmp == STAILQ_FIRST(devstat_head)) { in devstat_add_entry()166 STAILQ_INSERT_HEAD(devstat_head, in devstat_add_entry()170 STAILQ_INSERT_TAIL(devstat_head, in devstat_add_entry()199 struct devstatlist *devstat_head; in devstat_remove_entry() local207 devstat_head = &device_statq; in devstat_remove_entry()[all …]