Searched refs:xpc_chan (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpc_channel.c | 70 dev_info(xpc_chan, "channel %d to partition %d connected\n", in xpc_process_connect() 160 dev_info(xpc_chan, "channel %d to partition %d disconnected, " in xpc_process_disconnect() 210 dev_dbg(xpc_chan, "XPC_CHCTL_CLOSEREQUEST (reason=%d) received " in xpc_process_openclose_chctl_flags() 285 dev_dbg(xpc_chan, "XPC_CHCTL_CLOSEREPLY received from partid=" in xpc_process_openclose_chctl_flags() 318 dev_dbg(xpc_chan, "XPC_CHCTL_OPENREQUEST (entry_size=%d, " in xpc_process_openclose_chctl_flags() 370 dev_dbg(xpc_chan, "XPC_CHCTL_OPENREPLY (local_msgqueue_pa=" in xpc_process_openclose_chctl_flags() 408 dev_dbg(xpc_chan, "XPC_CHCTL_OPENREPLY: new " in xpc_process_openclose_chctl_flags() 417 dev_dbg(xpc_chan, "XPC_CHCTL_OPENREPLY: new " in xpc_process_openclose_chctl_flags() 431 dev_dbg(xpc_chan, "XPC_CHCTL_OPENCOMPLETE received from " in xpc_process_openclose_chctl_flags() 623 dev_dbg(xpc_chan, "deactivating partition %d, reason=%d\n", in xpc_partition_going_down() [all …]
|
D | xpc_sn2.c | 282 dev_dbg(xpc_chan, "received notify IRQ from partid=%d, chctl.all_flags=" in xpc_check_for_sent_chctl_flags_sn2() 360 dev_dbg(xpc_chan, "%s sent to partid=%d, channel=%d, ret=%d\n", in xpc_send_notify_IRQ_sn2() 390 dev_dbg(xpc_chan, "%s sent local from partid=%d, channel=%d\n", in xpc_send_local_notify_IRQ_sn2() 1185 dev_err(xpc_chan, "can't get memory for local get/put " in xpc_setup_ch_structures_sn2() 1194 dev_err(xpc_chan, "can't get memory for remote get/put " in xpc_setup_ch_structures_sn2() 1209 dev_err(xpc_chan, "can't get memory for local connect args\n"); in xpc_setup_ch_structures_sn2() 1227 dev_err(xpc_chan, "can't register NOTIFY IRQ handler, " in xpc_setup_ch_structures_sn2() 1338 dev_dbg(xpc_chan, "xp_remote_memcpy() from partition %d failed," in xpc_pull_remote_cachelines_sn2() 1380 dev_dbg(xpc_chan, "failed to pull XPC vars_part from " in xpc_pull_remote_vars_part_sn2() 1391 dev_dbg(xpc_chan, "partition %d's XPC vars_part for " in xpc_pull_remote_vars_part_sn2() [all …]
|
D | xpc_main.c | 77 struct device *xpc_chan = &xpc_chan_dbg_subname; variable 423 dev_err(xpc_chan, "can't get memory for channels\n"); in xpc_setup_ch_structures() 434 dev_err(xpc_chan, "can't get memory for remote connect args\n"); in xpc_setup_ch_structures() 629 dev_dbg(xpc_chan, "wakeup %d idle kthreads, partid=%d, " in xpc_activate_kthreads() 645 dev_dbg(xpc_chan, "create %d new kthreads, partid=%d, channel=%d\n", in xpc_activate_kthreads() 675 dev_dbg(xpc_chan, "idle kthread calling " in xpc_kthread_waitmsgs() 699 dev_dbg(xpc_chan, "kthread starting, partid=%d, channel=%d\n", in xpc_kthread_start() 759 dev_dbg(xpc_chan, "kthread exiting, partid=%d, channel=%d\n", in xpc_kthread_start() 1237 dev_set_name(xpc_chan, "chan"); in xpc_init()
|
D | xpc_uv.c | 347 dev_dbg(xpc_chan, "gru_send_message_gpa() returned " in xpc_send_gru_msg() 353 dev_dbg(xpc_chan, "gru_send_message_gpa() returned " in xpc_send_gru_msg() 359 dev_err(xpc_chan, "gru_send_message_gpa() returned " in xpc_send_gru_msg() 1375 dev_dbg(xpc_chan, "msg_slot->func() called, msg_slot=0x%p " in xpc_notify_sender_uv() 1381 dev_dbg(xpc_chan, "msg_slot->func() returned, msg_slot=0x%p " in xpc_notify_sender_uv()
|
D | xpc.h | 878 extern struct device *xpc_chan;
|