Searched refs:check_code (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | admin-state.c | 286 static bool check_code(bool valid, const struct admin_state_code *code, const char *what, in check_code() function 311 return check_code(operation->draining, operation, "drain operation", waiter); in assert_vdo_drain_operation() 375 return check_code(operation->loading, operation, "load operation", waiter); in vdo_assert_load_operation() 424 return check_code(operation == VDO_ADMIN_STATE_RESUMING, operation, in assert_vdo_resume_operation() 503 return (check_code(operation->operating, operation, "operation", waiter) ? in vdo_start_operation_with_waiter()
|
/linux/arch/mips/tools/ |
H A D | loongson3-llsc-check.c | 196 static int check_code(uint64_t pc, uint32_t *code, size_t sz) in check_code() function 293 err = check_code(le64toh(sh->sh_addr), in main()
|