Searched refs:xpc_chan (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/misc/sgi-xp/ |
H A 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 …]
|
H A D | xpc_main.c | 78 struct device *xpc_chan = &xpc_chan_dbg_subname; variable 406 dev_err(xpc_chan, "can't get memory for channels\n"); in xpc_setup_ch_structures() 417 dev_err(xpc_chan, "can't get memory for remote connect args\n"); in xpc_setup_ch_structures() 612 dev_dbg(xpc_chan, "wakeup %d idle kthreads, partid=%d, " in xpc_activate_kthreads() 628 dev_dbg(xpc_chan, "create %d new kthreads, partid=%d, channel=%d\n", in xpc_activate_kthreads() 658 dev_dbg(xpc_chan, "idle kthread calling " in xpc_kthread_waitmsgs() 682 dev_dbg(xpc_chan, "kthread starting, partid=%d, channel=%d\n", in xpc_kthread_start() 742 dev_dbg(xpc_chan, "kthread exiting, partid=%d, channel=%d\n", in xpc_kthread_start() 1188 dev_set_name(xpc_chan, "chan"); in xpc_init()
|
H A D | xpc_uv.c | 279 dev_dbg(xpc_chan, "gru_send_message_gpa() returned " in xpc_send_gru_msg() 285 dev_dbg(xpc_chan, "gru_send_message_gpa() returned " in xpc_send_gru_msg() 291 dev_err(xpc_chan, "gru_send_message_gpa() returned " in xpc_send_gru_msg() 1294 dev_dbg(xpc_chan, "msg_slot->func() called, msg_slot=0x%p " in xpc_notify_sender_uv() 1300 dev_dbg(xpc_chan, "msg_slot->func() returned, msg_slot=0x%p " in xpc_notify_sender_uv()
|
H A D | xpc.h | 609 extern struct device *xpc_chan;
|