Searched refs:devstat_head (Results 1 – 1 of 1) sorted by relevance
112 struct devstatlist *devstat_head; in devstat_add_entry() local118 devstat_head = &device_statq; in devstat_add_entry()130 STAILQ_INSERT_TAIL(devstat_head, ds, dev_links); in devstat_add_entry()132 STAILQ_FOREACH(ds_tmp, devstat_head, dev_links) { in devstat_add_entry()146 STAILQ_INSERT_AFTER(devstat_head, ds_tmp, ds, in devstat_add_entry()155 if (ds_tmp == STAILQ_FIRST(devstat_head)) { in devstat_add_entry()156 STAILQ_INSERT_HEAD(devstat_head, in devstat_add_entry()160 STAILQ_INSERT_TAIL(devstat_head, in devstat_add_entry()189 struct devstatlist *devstat_head; in devstat_remove_entry() local197 devstat_head = &device_statq; in devstat_remove_entry()[all …]