Searched refs:operand_32 (Results 1 – 3 of 3) sorted by relevance
74 kern_mutated += msg->operand_32; in handle_sample_msg()80 kern_mutated *= msg->operand_32; in handle_sample_msg()109 int operand_32 = TEST_OP_32; in publish_next_kern_msg() local124 msg->operand_32 = operand_32; in publish_next_kern_msg()126 expected_user_mutated += operand_32; in publish_next_kern_msg()134 msg->operand_32 = operand_32; in publish_next_kern_msg()136 expected_user_mutated *= operand_32; in publish_next_kern_msg()
24 __s32 operand_32; member
460 s32 operand_32) in send_test_message() argument482 msg->operand_32 = operand_32; in send_test_message()510 skel->bss->user_mutated += msg->operand_32; in handle_kernel_msg()516 skel->bss->user_mutated *= msg->operand_32; in handle_kernel_msg()549 __u32 operand_32 = TEST_OP_32; in test_user_ringbuf_msg_protocol() local551 err = send_test_message(user_ringbuf, op, operand_64, operand_32); in test_user_ringbuf_msg_protocol()563 expected_kern += operand_32; in test_user_ringbuf_msg_protocol()569 expected_kern *= operand_32; in test_user_ringbuf_msg_protocol()
Completed in 5 milliseconds