Home
last modified time | relevance | path

Searched refs:all_channels (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_generic.c221 struct list_head all_channels; member
226 * all_channels_lock protects all_channels and
1001 INIT_LIST_HEAD(&pn->all_channels); in ppp_init_net()
1034 WARN_ON_ONCE(!list_empty(&pn->all_channels)); in ppp_exit_net()
3248 * all_channels list. If found in the new_channels list,
3249 * we move it to the all_channels list. This is for speed
3259 list_move(&pch->list, &pn->all_channels); in ppp_find_channel()
3264 list_for_each_entry(pch, &pn->all_channels, list) { in ppp_find_channel()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c223 struct list_head all_channels; member
228 * all_channels_lock protects all_channels and
1112 INIT_LIST_HEAD(&pn->all_channels); in ppp_init_net()
1145 WARN_ON_ONCE(!list_empty(&pn->all_channels)); in ppp_exit_net()
3422 * all_channels list. If found in the new_channels list,
3423 * we move it to the all_channels list. This is for speed
3433 list_move(&pch->list, &pn->all_channels); in ppp_find_channel()
3438 list_for_each_entry(pch, &pn->all_channels, list) { in ppp_find_channel()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsproto.h138 bool all_channels);
H A Dconnect.c149 * @all_channels: if this needs to be done for all channels
153 bool all_channels) in cifs_signal_cifsd_for_reconnect()
163 if (!all_channels) { in cifs_signal_cifsd_for_reconnect()
152 cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info *server, bool all_channels) cifs_signal_cifsd_for_reconnect() argument

Completed in 15 milliseconds