Home
last modified time | relevance | path

Searched refs:ip_info (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dlwkt_ipiq.c303 ip->ip_info[windex].func = func; in lwkt_send_ipiq3()
304 ip->ip_info[windex].arg1 = arg1; in lwkt_send_ipiq3()
305 ip->ip_info[windex].arg2 = arg2; in lwkt_send_ipiq3()
376 ip->ip_info[windex].func = func; in lwkt_send_ipiq3_passive()
377 ip->ip_info[windex].arg1 = arg1; in lwkt_send_ipiq3_passive()
378 ip->ip_info[windex].arg2 = arg2; in lwkt_send_ipiq3_passive()
749 copy_func = ip->ip_info[ri].func; in lwkt_process_ipiq_core()
750 copy_arg1 = ip->ip_info[ri].arg1; in lwkt_process_ipiq_core()
751 copy_arg2 = ip->ip_info[ri].arg2; in lwkt_process_ipiq_core()
1028 ip->ip_info[wi].arg1 = cs; in lwkt_cpusync_remote2()
[all …]
/dragonfly/sys/sys/
H A Dthread.h197 } ip_info[MAXCPUFIFO]; member