Searched refs:childs (Results 1 – 3 of 3) sorted by relevance
60 void mix_setparentchild(struct snd_mixer *m, u_int32_t parent, u_int32_t childs);
566 mix_setparentchild(struct snd_mixer *m, u_int32_t parent, u_int32_t childs) in mix_setparentchild() argument576 if (childs & (1 << i)) { in mix_setparentchild()
2626 static WL childs [EV_PID_HASHSIZE]; variable2641 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in child_reap()3214 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in ev_verify()4176 wlist_add (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_start()4190 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_stop()5089 for (wl = childs [i]; wl; ) in ev_walk()