Home
last modified time | relevance | path

Searched refs:alloc_msg (Results 1 – 25 of 61) sorted by relevance

123

/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Oalloc.c353 alloc_msg = &oh->mesg[null_idx]; in H5O_alloc_null()
360 if(alloc_msg->raw_size > new_size) { in H5O_alloc_null()
366 alloc_msg->raw_size = new_size; in H5O_alloc_null()
369 …if(H5O_add_gap(f, oh, alloc_msg->chunkno, &chk_dirtied, null_idx, alloc_msg->raw + alloc_msg->raw_… in H5O_alloc_null()
382 alloc_msg = &oh->mesg[null_idx]; in H5O_alloc_null()
389 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O_alloc_null()
391 null_msg->chunkno = alloc_msg->chunkno; in H5O_alloc_null()
409 alloc_msg->raw_size = new_size; in H5O_alloc_null()
414 alloc_msg->type = new_type; in H5O_alloc_null()
415 alloc_msg->native = new_native; in H5O_alloc_null()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c355 alloc_msg = &oh->mesg[null_idx]; in H5O_alloc_null()
362 if(alloc_msg->raw_size > new_size) { in H5O_alloc_null()
368 alloc_msg->raw_size = new_size; in H5O_alloc_null()
371 …if(H5O_add_gap(f, oh, alloc_msg->chunkno, &chk_dirtied, null_idx, alloc_msg->raw + alloc_msg->raw_… in H5O_alloc_null()
384 alloc_msg = &oh->mesg[null_idx]; in H5O_alloc_null()
391 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O_alloc_null()
393 null_msg->chunkno = alloc_msg->chunkno; in H5O_alloc_null()
411 alloc_msg->raw_size = new_size; in H5O_alloc_null()
416 alloc_msg->type = new_type; in H5O_alloc_null()
417 alloc_msg->native = new_native; in H5O_alloc_null()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dproc_req.c1260 memcpy(alloc_msg->cpu_count_reps, in build_alloc_msg()
1266 memcpy(alloc_msg->cpus_per_node, in build_alloc_msg()
1278 alloc_msg->select_jobinfo = in build_alloc_msg()
1282 alloc_msg->pn_min_memory = in build_alloc_msg()
1289 alloc_msg->ntasks_per_board = in build_alloc_msg()
1291 alloc_msg->ntasks_per_core = in build_alloc_msg()
1293 alloc_msg->ntasks_per_socket = in build_alloc_msg()
1299 alloc_msg->environment = in build_alloc_msg()
1302 alloc_msg->environment[i] = in build_alloc_msg()
1325 return alloc_msg; in build_alloc_msg()
[all …]
H A Dsrun_comm.c114 resource_allocation_response_msg_t *alloc_msg; in _free_srun_alloc() local
116 alloc_msg = (resource_allocation_response_msg_t *) x; in _free_srun_alloc()
118 alloc_msg->working_cluster_rec = NULL; in _free_srun_alloc()
119 slurm_free_resource_allocation_response_msg(alloc_msg); in _free_srun_alloc()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Oalloc.c356 alloc_msg = &oh->mesg[null_idx]; in H5O__alloc_null()
363 if(alloc_msg->raw_size > new_size) { in H5O__alloc_null()
369 alloc_msg->raw_size = new_size; in H5O__alloc_null()
372 …if(H5O_add_gap(f, oh, alloc_msg->chunkno, &chk_dirtied, null_idx, alloc_msg->raw + alloc_msg->raw_… in H5O__alloc_null()
385 alloc_msg = &oh->mesg[null_idx]; in H5O__alloc_null()
392 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O__alloc_null()
394 null_msg->chunkno = alloc_msg->chunkno; in H5O__alloc_null()
412 alloc_msg->raw_size = new_size; in H5O__alloc_null()
417 alloc_msg->type = new_type; in H5O__alloc_null()
418 alloc_msg->native = new_native; in H5O__alloc_null()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Oalloc.c356 alloc_msg = &oh->mesg[null_idx]; in H5O__alloc_null()
363 if(alloc_msg->raw_size > new_size) { in H5O__alloc_null()
369 alloc_msg->raw_size = new_size; in H5O__alloc_null()
372 …if(H5O_add_gap(f, oh, alloc_msg->chunkno, &chk_dirtied, null_idx, alloc_msg->raw + alloc_msg->raw_… in H5O__alloc_null()
385 alloc_msg = &oh->mesg[null_idx]; in H5O__alloc_null()
392 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O__alloc_null()
394 null_msg->chunkno = alloc_msg->chunkno; in H5O__alloc_null()
412 alloc_msg->raw_size = new_size; in H5O__alloc_null()
417 alloc_msg->type = new_type; in H5O__alloc_null()
418 alloc_msg->native = new_native; in H5O__alloc_null()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c357 alloc_msg = &oh->mesg[null_idx]; in H5O_alloc_null()
364 if(alloc_msg->raw_size > new_size) { in H5O_alloc_null()
370 alloc_msg->raw_size = new_size; in H5O_alloc_null()
373 …if(H5O_add_gap(f, oh, alloc_msg->chunkno, &chk_dirtied, null_idx, alloc_msg->raw + alloc_msg->raw_… in H5O_alloc_null()
386 alloc_msg = &oh->mesg[null_idx]; in H5O_alloc_null()
393 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O_alloc_null()
395 null_msg->chunkno = alloc_msg->chunkno; in H5O_alloc_null()
413 alloc_msg->raw_size = new_size; in H5O_alloc_null()
418 alloc_msg->type = new_type; in H5O_alloc_null()
419 alloc_msg->native = new_native; in H5O_alloc_null()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c342 alloc_msg = &oh->mesg[null_idx]; in H5O__alloc_null()
349 if (alloc_msg->raw_size > new_size) { in H5O__alloc_null()
355 alloc_msg->raw_size = new_size; in H5O__alloc_null()
359 alloc_msg->raw + alloc_msg->raw_size, gap_size) < 0) in H5O__alloc_null()
373 alloc_msg = &oh->mesg[null_idx]; in H5O__alloc_null()
380 null_msg->raw = alloc_msg->raw + new_mesg_size; in H5O__alloc_null()
382 null_msg->chunkno = alloc_msg->chunkno; in H5O__alloc_null()
401 alloc_msg->raw_size = new_size; in H5O__alloc_null()
406 alloc_msg->type = new_type; in H5O__alloc_null()
407 alloc_msg->native = new_native; in H5O__alloc_null()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c946 struct vmci_qp_alloc_msg *alloc_msg; in qp_alloc_hypercall() local
955 msg_size = sizeof(*alloc_msg) + in qp_alloc_hypercall()
957 alloc_msg = kmalloc(msg_size, GFP_KERNEL); in qp_alloc_hypercall()
958 if (!alloc_msg) in qp_alloc_hypercall()
963 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; in qp_alloc_hypercall()
965 alloc_msg->handle = entry->qp.handle; in qp_alloc_hypercall()
966 alloc_msg->peer = entry->qp.peer; in qp_alloc_hypercall()
967 alloc_msg->flags = entry->qp.flags; in qp_alloc_hypercall()
970 alloc_msg->num_ppns = entry->num_ppns; in qp_alloc_hypercall()
972 result = qp_populate_ppn_set((u8 *)alloc_msg + sizeof(*alloc_msg), in qp_alloc_hypercall()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c946 struct vmci_qp_alloc_msg *alloc_msg; in qp_alloc_hypercall() local
955 msg_size = sizeof(*alloc_msg) + in qp_alloc_hypercall()
957 alloc_msg = kmalloc(msg_size, GFP_KERNEL); in qp_alloc_hypercall()
958 if (!alloc_msg) in qp_alloc_hypercall()
963 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; in qp_alloc_hypercall()
965 alloc_msg->handle = entry->qp.handle; in qp_alloc_hypercall()
966 alloc_msg->peer = entry->qp.peer; in qp_alloc_hypercall()
967 alloc_msg->flags = entry->qp.flags; in qp_alloc_hypercall()
970 alloc_msg->num_ppns = entry->num_ppns; in qp_alloc_hypercall()
972 result = qp_populate_ppn_set((u8 *)alloc_msg + sizeof(*alloc_msg), in qp_alloc_hypercall()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c946 struct vmci_qp_alloc_msg *alloc_msg; in qp_alloc_hypercall() local
955 msg_size = sizeof(*alloc_msg) + in qp_alloc_hypercall()
957 alloc_msg = kmalloc(msg_size, GFP_KERNEL); in qp_alloc_hypercall()
958 if (!alloc_msg) in qp_alloc_hypercall()
963 alloc_msg->hdr.src = VMCI_ANON_SRC_HANDLE; in qp_alloc_hypercall()
965 alloc_msg->handle = entry->qp.handle; in qp_alloc_hypercall()
966 alloc_msg->peer = entry->qp.peer; in qp_alloc_hypercall()
967 alloc_msg->flags = entry->qp.flags; in qp_alloc_hypercall()
970 alloc_msg->num_ppns = entry->num_ppns; in qp_alloc_hypercall()
972 result = qp_populate_ppn_set((u8 *)alloc_msg + sizeof(*alloc_msg), in qp_alloc_hypercall()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/ipc/
H A Dmsgutil.c46 static struct msg_msg *alloc_msg(size_t len) in alloc_msg() function
91 msg = alloc_msg(len); in load_msg()
/dports/multimedia/libv4l/linux-5.13-rc2/ipc/
H A Dmsgutil.c46 static struct msg_msg *alloc_msg(size_t len) in alloc_msg() function
91 msg = alloc_msg(len); in load_msg()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Dipmi.c78 msg = ipmi_backend->alloc_msg(req_size, resp_size); in ipmi_mkmsg()
243 assert(backend->alloc_msg); in ipmi_register_backend()
/dports/multimedia/v4l-utils/linux-5.13-rc2/ipc/
H A Dmsgutil.c46 static struct msg_msg *alloc_msg(size_t len) in alloc_msg() function
91 msg = alloc_msg(len); in load_msg()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Dipmi.c79 msg = ipmi_backend->alloc_msg(req_size, resp_size); in ipmi_mkmsg()
257 assert(backend->alloc_msg); in ipmi_register_backend()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Dipmi.c79 msg = ipmi_backend->alloc_msg(req_size, resp_size); in ipmi_mkmsg()
257 assert(backend->alloc_msg); in ipmi_register_backend()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Dipmi.c79 msg = ipmi_backend->alloc_msg(req_size, resp_size); in ipmi_mkmsg()
257 assert(backend->alloc_msg); in ipmi_register_backend()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Dipmi.c79 msg = ipmi_backend->alloc_msg(req_size, resp_size); in ipmi_mkmsg()
257 assert(backend->alloc_msg); in ipmi_register_backend()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Dipmi.c79 msg = ipmi_backend->alloc_msg(req_size, resp_size); in skiboot_gcov_done()
257 assert(backend->alloc_msg);
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Dipmi.c70 msg = ipmi_backend->alloc_msg(req_size, resp_size); in ipmi_mkmsg()
252 assert(backend->alloc_msg); in ipmi_register_backend()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/include/
H A Dipmi.h178 struct ipmi_msg *(*alloc_msg)(size_t, size_t); member
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/include/
H A Dipmi.h181 struct ipmi_msg *(*alloc_msg)(size_t, size_t); member
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/include/
H A Dipmi.h181 struct ipmi_msg *(*alloc_msg)(size_t, size_t); member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/include/
H A Dipmi.h181 struct ipmi_msg *(*alloc_msg)(size_t, size_t); member

123