Home
last modified time | relevance | path

Searched refs:accounting_update_msg_t (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_protocol_util.c130 ((accounting_update_msg_t *)msg->data)->rpc_version; in init_header()
H A Dslurm_protocol_defs.h1333 } accounting_update_msg_t; typedef
1535 extern void slurm_free_accounting_update_msg(accounting_update_msg_t *msg);
H A Dslurmdb_defs.c3025 accounting_update_msg_t msg; in slurmdb_send_accounting_update()
3034 memset(&msg, 0, sizeof(accounting_update_msg_t)); in slurmdb_send_accounting_update()
H A Dslurm_protocol_pack.c11205 static void _pack_accounting_update_msg(accounting_update_msg_t *msg, in _pack_accounting_update_msg()
11230 static int _unpack_accounting_update_msg(accounting_update_msg_t **msg, in _unpack_accounting_update_msg()
11236 accounting_update_msg_t *msg_ptr = in _unpack_accounting_update_msg()
11237 xmalloc(sizeof(accounting_update_msg_t)); in _unpack_accounting_update_msg()
12576 (accounting_update_msg_t *)msg->data, in pack_msg()
13286 (accounting_update_msg_t **)&msg->data, in unpack_msg()
H A Dslurm_protocol_defs.c4685 extern void slurm_free_accounting_update_msg(accounting_update_msg_t *msg) in slurm_free_accounting_update_msg()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/common/
H A Dcommon_as.c388 accounting_update_msg_t update; in cluster_first_reg()
393 memset(&update, 0, sizeof(accounting_update_msg_t)); in cluster_first_reg()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dproc_req.c5854 accounting_update_msg_t *update_ptr = in _slurm_rpc_accounting_update_msg()
5855 (accounting_update_msg_t *) msg->data; in _slurm_rpc_accounting_update_msg()