Searched refs:cached_notify_gru_mq_desc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 1163 ch_uv->cached_notify_gru_mq_desc = kmalloc(sizeof(struct in xpc_setup_msg_structures_uv() 1166 if (ch_uv->cached_notify_gru_mq_desc == NULL) in xpc_setup_msg_structures_uv() 1192 kfree(ch_uv->cached_notify_gru_mq_desc); in xpc_teardown_msg_structures_uv() 1193 ch_uv->cached_notify_gru_mq_desc = NULL; in xpc_teardown_msg_structures_uv() 1277 DBUG_ON(ch_uv->cached_notify_gru_mq_desc == NULL); in xpc_save_remote_msgqueue_pa_uv() 1278 return xpc_cache_remote_gru_mq_desc_uv(ch_uv->cached_notify_gru_mq_desc, in xpc_save_remote_msgqueue_pa_uv() 1585 ret = xpc_send_gru_msg(ch->sn.uv.cached_notify_gru_mq_desc, msg, in xpc_send_payload_uv() 1677 ret = xpc_send_gru_msg(ch->sn.uv.cached_notify_gru_mq_desc, msg, in xpc_received_payload_uv()
|
H A D | xpc.h | 309 void *cached_notify_gru_mq_desc; /* remote partition's notify mq's */ member
|
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 1163 ch_uv->cached_notify_gru_mq_desc = kmalloc(sizeof(struct in xpc_setup_msg_structures_uv() 1166 if (ch_uv->cached_notify_gru_mq_desc == NULL) in xpc_setup_msg_structures_uv() 1192 kfree(ch_uv->cached_notify_gru_mq_desc); in xpc_teardown_msg_structures_uv() 1193 ch_uv->cached_notify_gru_mq_desc = NULL; in xpc_teardown_msg_structures_uv() 1277 DBUG_ON(ch_uv->cached_notify_gru_mq_desc == NULL); in xpc_save_remote_msgqueue_pa_uv() 1278 return xpc_cache_remote_gru_mq_desc_uv(ch_uv->cached_notify_gru_mq_desc, in xpc_save_remote_msgqueue_pa_uv() 1585 ret = xpc_send_gru_msg(ch->sn.uv.cached_notify_gru_mq_desc, msg, in xpc_send_payload_uv() 1677 ret = xpc_send_gru_msg(ch->sn.uv.cached_notify_gru_mq_desc, msg, in xpc_received_payload_uv()
|
H A D | xpc.h | 309 void *cached_notify_gru_mq_desc; /* remote partition's notify mq's */ member
|
Completed in 9 milliseconds