/linux/tools/testing/selftests/vm/ |
A D | khugepaged.c | 289 success("OK"); in restore_settings() 317 success("OK"); in save_settings() 330 success("OK"); in adjust_settings() 516 success("OK"); in alloc_at_fault() 525 success("OK"); in alloc_at_fault() 540 success("OK"); in collapse_full() 557 success("OK"); in collapse_empty() 570 success("OK"); in collapse_single_pte_entry() 594 success("OK"); in collapse_max_ptes_none() 601 success("OK"); in collapse_max_ptes_none() [all …]
|
/linux/security/apparmor/ |
A D | policy_unpack_test.c | 323 bool success; in policy_unpack_test_unpack_nameX_with_null_name() local 337 bool success; in policy_unpack_test_unpack_nameX_with_wrong_code() local 352 bool success; in policy_unpack_test_unpack_nameX_with_name() local 367 bool success; in policy_unpack_test_unpack_nameX_with_wrong_name() local 441 bool success; in policy_unpack_test_unpack_u32_with_null_name() local 458 bool success; in policy_unpack_test_unpack_u32_with_name() local 475 bool success; in policy_unpack_test_unpack_u32_out_of_bounds() local 491 bool success; in policy_unpack_test_unpack_u64_with_null_name() local 508 bool success; in policy_unpack_test_unpack_u64_with_name() local 525 bool success; in policy_unpack_test_unpack_u64_out_of_bounds() local [all …]
|
/linux/arch/sparc/prom/ |
A D | ranges.c | 68 int success; in prom_ranges_init() local 77 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init() 80 if (success != -1) in prom_ranges_init() 81 num_obio_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_ranges_init() 91 int success; in prom_apply_generic_ranges() local 95 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges() 98 if (success != -1) { in prom_apply_generic_ranges() 99 num_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges() 104 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges() 107 if (success != -1) { in prom_apply_generic_ranges() [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | obj_name.c | 8 int success; in test_obj_name() member 40 CHECK((tests[i].success && fd < 0) || in test_obj_name() 41 (!tests[i].success && fd >= 0) || in test_obj_name() 42 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 45 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name() 61 CHECK((tests[i].success && fd < 0) || in test_obj_name() 62 (!tests[i].success && fd >= 0) || in test_obj_name() 63 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 66 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
|
/linux/scripts/ |
A D | Kconfig.include | 14 # $(if-success,<command>,<then>,<else>) 16 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)") 18 # $(success,<command>) 20 success = $(if-success,$(1),y,n) 24 failure = $(if-success,$(1),n,y) 32 ld-option = $(success,$(LD) -v $(1)) 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) -c -x assembler -o /dev/null -) 44 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this compiler is not supported.) 50 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.) 56 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.) [all …]
|
/linux/lib/crypto/ |
A D | blake2s-selftest.c | 572 bool success = true; in blake2s_selftest() local 590 success = false; in blake2s_selftest() 606 success = false; in blake2s_selftest() 610 if (success) { in blake2s_selftest() 612 success &= !memcmp(hash, blake2s_hmac_testvecs[0], BLAKE2S_HASH_SIZE); in blake2s_selftest() 615 success &= !memcmp(hash, blake2s_hmac_testvecs[1], BLAKE2S_HASH_SIZE); in blake2s_selftest() 617 if (!success) in blake2s_selftest() 621 return success; in blake2s_selftest()
|
/linux/arch/m68k/ifpsp060/ |
A D | os.S | 84 | d1 - 0 = success, !0 = failure 94 clr.l %d1 | return success 101 clr.l %d1 | return success 127 clr.l %d1 | return success 134 clr.l %d1 | return success 152 clr.l %d1 | assume success 187 clr.l %d1 | assume success 223 clr.l %d1 | assume success 245 clr.l %d1 | assume success 267 clr.l %d1 | assume success [all …]
|
/linux/arch/alpha/include/asm/ |
A D | spinlock.h | 100 int success; in arch_read_trylock() local 113 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock() 116 return success; in arch_read_trylock() 122 int success; in arch_write_trylock() local 135 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock() 138 return success; in arch_write_trylock()
|
/linux/include/trace/events/ |
A D | mmap_lock.h | 55 bool success), 57 TP_ARGS(mm, memcg_path, write, success), 63 __field(bool, success) 70 __entry->success = success; 78 __entry->success ? "true" : "false"
|
A D | timer.h | 400 TP_PROTO(int success, int dependency), 402 TP_ARGS(success, dependency), 405 __field( int , success ) 410 __entry->success = success; 414 TP_printk("success=%d dependency=%s", __entry->success, \
|
/linux/tools/testing/selftests/powerpc/tm/ |
A D | tm-trap.c | 59 bool success; variable 219 : : : : failure, success); in ping() 222 success = false; in ping() 225 success: in ping() 226 success = true; in ping() 322 if (success) { in tm_trap_test()
|
/linux/arch/x86/kernel/fpu/ |
A D | signal.c | 340 bool success, fx_only = false; in __fpu_restore_sig() local 437 success = !os_xrstor_safe(fpu->fpstate, in __fpu_restore_sig() 440 success = !fxrstor_safe(&fpregs->fxsave); in __fpu_restore_sig() 443 if (likely(success)) in __fpu_restore_sig() 447 return success; in __fpu_restore_sig() 465 bool success = false; in fpu__restore_sig() local 492 success = !fpregs_soft_set(current, NULL, 0, in fpu__restore_sig() 496 success = __fpu_restore_sig(buf, buf_fx, ia32_fxstate); in fpu__restore_sig() 500 if (unlikely(!success)) in fpu__restore_sig() 502 return success; in fpu__restore_sig()
|
/linux/Documentation/driver-api/soundwire/ |
A D | locking.rst | 63 | return success/error | d. Return success/error 102 | return success/error | d. Return success/error 105 | return success/error | 3. Release bus lock 106 +-------------------------------> 4. Return success/error
|
/linux/lib/ |
A D | globtest.c | 22 bool success = match == expected; in test() local 32 if (!success) in test() 37 return success; in test() 40 return success; in test()
|
/linux/arch/x86/include/asm/ |
A D | cmpxchg.h | 160 bool success; \ 170 : CC_OUT(z) (success), \ 182 : CC_OUT(z) (success), \ 194 : CC_OUT(z) (success), \ 206 : CC_OUT(z) (success), \ 216 if (unlikely(!success)) \ 218 likely(success); \
|
/linux/Documentation/virt/kvm/ |
A D | amd-memory-encryption.rst | 88 Returns: 0 on success, -negative on error 99 Returns: 0 on success, -negative on error 130 Returns: 0 on success, -negative on error 156 Returns: 0 on success, -negative on error 173 Returns: 0 on success, -negative on error 183 Returns: 0 on success, -negative on error 214 Returns: 0 on success, -negative on error 234 Returns: 0 on success, -negative on error 254 Returns: 0 on success, -negative on error 282 Returns: 0 on success, -negative on error [all …]
|
/linux/drivers/video/backlight/ |
A D | jornada720_lcd.c | 40 goto success; in jornada_lcd_get_contrast() 46 success: in jornada_lcd_get_contrast() 61 goto success; in jornada_lcd_set_contrast() 67 success: in jornada_lcd_set_contrast()
|
/linux/arch/mips/kernel/ |
A D | unaligned.c | 663 goto success; in emulate_load_store_microMIPS() 682 goto success; in emulate_load_store_microMIPS() 1053 goto success; in emulate_load_store_microMIPS() 1063 goto success; in emulate_load_store_microMIPS() 1073 goto success; in emulate_load_store_microMIPS() 1091 goto success; in emulate_load_store_microMIPS() 1113 goto success; in emulate_load_store_microMIPS() 1127 goto success; in emulate_load_store_microMIPS() 1137 goto success; in emulate_load_store_microMIPS() 1155 goto success; in emulate_load_store_microMIPS() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mt76x02_trace.h | 52 __field(bool, success) 61 __entry->success = stat->success; 75 __entry->success, __entry->aggr, __entry->ack_req,
|
/linux/drivers/net/wireguard/selftest/ |
A D | counter.c | 11 bool success = true; in wg_packet_counter_selftest() local 29 success = false; \ in wg_packet_counter_selftest() 106 if (success) in wg_packet_counter_selftest() 109 return success; in wg_packet_counter_selftest()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_bios.c | 427 goto success; in amdgpu_get_bios() 432 goto success; in amdgpu_get_bios() 437 goto success; in amdgpu_get_bios() 442 goto success; in amdgpu_get_bios() 447 goto success; in amdgpu_get_bios() 452 goto success; in amdgpu_get_bios() 457 goto success; in amdgpu_get_bios() 463 success: in amdgpu_get_bios()
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_rm_xics.c | 84 bool success; in grab_next_hostcore() local 97 success = cmpxchg64(&rm_core[core].rm_state.raw, in grab_next_hostcore() 99 if (success) { in grab_next_hostcore() 179 bool success; in icp_rm_try_update() local 185 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update() 186 if (!success) in icp_rm_try_update() 212 return success; in icp_rm_try_update() 243 bool success; in icp_rm_try_to_deliver() local 251 success = new_state.cppr > priority && in icp_rm_try_to_deliver() 259 if (success) { in icp_rm_try_to_deliver() [all …]
|
/linux/include/linux/ |
A D | mmap_lock.h | 22 bool success); 33 bool write, bool success) in __mmap_lock_trace_acquire_returned() argument 36 __mmap_lock_do_trace_acquire_returned(mm, write, success); in __mmap_lock_trace_acquire_returned() 53 bool write, bool success) in __mmap_lock_trace_acquire_returned() argument
|
/linux/drivers/input/touchscreen/ |
A D | tsc200x-core.c | 263 bool success = true; in tsc200x_selftest_show() local 276 success = false; in tsc200x_selftest_show() 285 success = false; in tsc200x_selftest_show() 293 success = false; in tsc200x_selftest_show() 300 success = false; in tsc200x_selftest_show() 306 if (!success) in tsc200x_selftest_show() 314 success = false; in tsc200x_selftest_show() 321 success = false; in tsc200x_selftest_show() 328 return sprintf(buf, "%d\n", success); in tsc200x_selftest_show()
|
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
A D | hdcp_ddc.c | 155 bool success = true; in read() local 162 success = hdcp->config.ddc.funcs.read_dpcd(hdcp->config.ddc.handle, in read() 167 if (!success) in read() 174 success = hdcp->config.ddc.funcs.read_i2c( in read() 182 return success ? MOD_HDCP_STATUS_SUCCESS : MOD_HDCP_STATUS_DDC_FAILURE; in read() 214 bool success = true; in write() local 221 success = hdcp->config.ddc.funcs.write_dpcd( in write() 227 if (!success) in write() 236 success = hdcp->config.ddc.funcs.write_i2c( in write() 243 return success ? MOD_HDCP_STATUS_SUCCESS : MOD_HDCP_STATUS_DDC_FAILURE; in write()
|