Searched refs:all_channels (Results 1 – 3 of 3) sorted by relevance
235 struct list_head all_channels;240 * all_channels_lock protects all_channels and1138 INIT_LIST_HEAD(&pn->all_channels); in ppp_exit_net() 1171 WARN_ON_ONCE(!list_empty(&pn->all_channels)); in ppp_unit_register() 3447 * all_channels list. If found in the new_channels list, in ppp_find_channel() 3448 * we move it to the all_channels list. This is for speed in ppp_find_channel() 3458 list_move(&pch->list, &pn->all_channels); in ppp_find_channel() 3463 list_for_each_entry(pch, &pn->all_channels, list) {224 struct list_head all_channels; global() member
138 bool all_channels);
158 bool all_channels) in cifs_signal_cifsd_for_reconnect() argument168 if (!all_channels) { in cifs_signal_cifsd_for_reconnect()