Searched refs:wlist (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/kernel/ |
| D | audit_watch.c | 53 struct list_head wlist; /* entry in parent->watches list */ member 128 list_del(&watch->wlist); in audit_remove_watch() 268 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch() 330 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch() 343 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches() 387 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent() 407 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()
|
| /linux-4.4.14/sound/soc/ |
| D | soc-dapm.c | 309 struct snd_soc_dapm_widget_list *wlist; member 420 kfree(data->wlist); in dapm_kcontrol_free() 429 return data->wlist; in dapm_kcontrol_get_wlist() 439 if (data->wlist) in dapm_kcontrol_add_widget() 440 n = data->wlist->num_widgets + 1; in dapm_kcontrol_add_widget() 444 new_wlist = krealloc(data->wlist, in dapm_kcontrol_add_widget() 452 data->wlist = new_wlist; in dapm_kcontrol_add_widget() 594 struct list_head *wlist; in dapm_wcache_lookup() local 599 wlist = &w->dapm->card->widgets; in dapm_wcache_lookup() 601 list_for_each_entry_from(w, wlist, list) { in dapm_wcache_lookup() [all …]
|