Searched refs:tipc_k_signal (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcore.c179 (res = tipc_k_signal((Handler)tipc_subscr_start, 0)) ||
180 (res = tipc_k_signal((Handler)tipc_cfg_init, 0)) ||
H A Dnet.c281 tipc_k_signal((Handler)tipc_subscr_start, 0);
282 tipc_k_signal((Handler)tipc_cfg_init, 0);
H A Duser_reg.c129 tipc_k_signal((Handler)reg_callback,
186 tipc_k_signal((Handler)reg_callback, (unsigned long)user_ptr);
H A Dhandler.c55 unsigned int tipc_k_signal(Handler routine, unsigned long argument) function
H A Dcore.h200 u32 tipc_k_signal(Handler routine, unsigned long argument);
H A Dnode.c314 tipc_k_signal((Handler)tipc_named_node_up, n_ptr->addr);
425 tipc_k_signal((Handler)ns->handle_node_down,
H A Dbearer.c414 tipc_k_signal((Handler)tipc_bearer_lock_push, (unsigned long)b_ptr);
H A Dport.c940 tipc_k_signal((Handler)port_dispatcher_sigh, 0);
974 tipc_k_signal((Handler)port_wakeup_sh, p_ptr->ref);
H A Dlink.c461 tipc_k_signal((Handler)tipc_link_start, (unsigned long)l_ptr);
1635 tipc_k_signal((Handler)link_reset_all, (unsigned long)n_ptr->addr);
H A Dsocket.c1201 tipc_k_signal((Handler)async_disconnect, tport->ref);

Completed in 67 milliseconds