Searched refs:head (Results 1 – 3 of 3) sorted by relevance
17 struct pkcs11_object_head head = { 0 }; in init_serial_object() local21 return serialize_buffer(obj, &head, sizeof(head)); in init_serial_object()26 struct pkcs11_object_head head = { 0 }; in finalize_serial_object() local28 head.attrs_size = obj->size - sizeof(head); in finalize_serial_object()29 head.attrs_count = obj->item_count; in finalize_serial_object()30 memcpy(obj->buffer, &head, sizeof(head)); in finalize_serial_object()
67 uint64_t head; member
209 ts_i = __sync_fetch_and_add(&cpu_buf->head, 1); in bm_timestamp()
Completed in 4 milliseconds