Searched refs:safe (Results 1 – 10 of 10) sorted by relevance
/net/ax25/ |
D | TODO | 2 listen_lock have to be bh-safe? 4 Do the netrom and rose locks have to be bh-safe?
|
/net/batman-adv/ |
D | translation-table.c | 469 struct batadv_tt_change_node *tt_change_node, *entry, *safe; in batadv_tt_local_event() local 489 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_local_event() 996 struct batadv_tt_change_node *entry, *safe; in batadv_tt_tvlv_container_update() local 1026 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_tvlv_container_update() 1505 struct batadv_tt_change_node *entry, *safe; in batadv_tt_changes_list_free() local 1509 list_for_each_entry_safe(entry, safe, &bat_priv->tt.changes_list, in batadv_tt_changes_list_free() 2260 struct hlist_node *safe; in batadv_tt_global_del_orig_list() local 2265 hlist_for_each_entry_safe(orig_entry, safe, head, list) in batadv_tt_global_del_orig_list() 2287 struct hlist_node *safe; in batadv_tt_global_del_orig_node() local 2293 hlist_for_each_entry_safe(orig_entry, safe, head, list) { in batadv_tt_global_del_orig_node() [all …]
|
D | tp_meter.c | 336 struct batadv_tp_unacked *un, *safe; in batadv_tp_vars_release() local 344 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) { in batadv_tp_vars_release() 1106 struct batadv_tp_unacked *un, *safe; in batadv_tp_receiver_shutdown() local 1133 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) { in batadv_tp_receiver_shutdown() 1298 struct batadv_tp_unacked *un, *safe; in batadv_tp_ack_unordered() local 1305 list_for_each_entry_safe(un, safe, &tp_vars->unacked_list, list) { in batadv_tp_ack_unordered()
|
/net/wimax/ |
D | Kconfig | 23 If unsure, it is safe to select M (module).
|
/net/tipc/ |
D | topsrv.c | 128 struct outqueue_entry *e, *safe; in tipc_conn_kref_release() local 138 list_for_each_entry_safe(e, safe, &con->outqueue, list) { in tipc_conn_kref_release()
|
D | node.c | 563 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local 573 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn() 1323 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local 1347 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact()
|
D | socket.c | 2745 struct publication *safe; in tipc_sk_withdraw() local 2751 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) { in tipc_sk_withdraw()
|
/net/mac80211/ |
D | Kconfig | 116 of function calls in the code, but is otherwise safe to 293 Note that some of the counters are not concurrency safe
|
/net/ipv4/ |
D | Kconfig | 13 <http://www.savetz.com/mbone/>. For most people, it's safe to say N. 451 Nearly all users can safely say no here, and a safe default
|
/net/netfilter/ |
D | Kconfig | 864 While it is safe to decrement the hoplimit/TTL value, the
|