/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/ |
H A D | It_posix_mutex_067.c | 52 ICUNIT_ASSERT_EQUAL(ret, EINTR, ret); in HwiF01() 55 ICUNIT_ASSERT_EQUAL(ret, EINTR, ret); in HwiF01() 58 ICUNIT_ASSERT_EQUAL(ret, EINTR, ret); in HwiF01() 61 ICUNIT_ASSERT_EQUAL(ret, EINTR, ret); in HwiF01() 64 ICUNIT_ASSERT_EQUAL(ret, EINTR, ret); in HwiF01() 67 ICUNIT_ASSERT_EQUAL(ret, EINTR, ret); in HwiF01()
|
H A D | It_posix_mutex_058.c | 48 ICUNIT_ASSERT_EQUAL_VOID(ret, EINTR, ret); in HwiF01() 51 ICUNIT_ASSERT_EQUAL_VOID(ret, EINTR, ret); in HwiF01() 54 ICUNIT_ASSERT_EQUAL_VOID(ret, EINTR, ret); in HwiF01()
|
/kernel/linux/linux-5.10/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 129 return -EINTR; in wait_for_pin() 217 if (timeout == -EINTR) in pcf_sendbytes() 218 return -EINTR; /* arbitration lost */ in pcf_sendbytes() 249 if (wfp == -EINTR) in pcf_readbytes() 250 return -EINTR; /* arbitration lost */ in pcf_readbytes() 331 if (timeout == -EINTR) { in pcf_xfer() 333 i = -EINTR; in pcf_xfer()
|
/kernel/linux/linux-6.6/drivers/i2c/algos/ |
H A D | i2c-algo-pcf.c | 129 return -EINTR; in wait_for_pin() 217 if (timeout == -EINTR) in pcf_sendbytes() 218 return -EINTR; /* arbitration lost */ in pcf_sendbytes() 249 if (wfp == -EINTR) in pcf_readbytes() 250 return -EINTR; /* arbitration lost */ in pcf_readbytes() 331 if (timeout == -EINTR) { in pcf_xfer() 333 i = -EINTR; in pcf_xfer()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | vars.c | 436 err = -EINTR; in efivar_init() 482 err = -EINTR; in efivar_init() 521 return -EINTR; in efivar_entry_add() 538 return -EINTR; in efivar_entry_remove() 601 * Returns 0 on success, -EINTR if we can't grab the semaphore, 610 return -EINTR; in efivar_entry_delete() 647 * Returns 0 on success, -EINTR if we can't grab the semaphore, 660 return -EINTR; in efivar_entry_set() 775 return -EINTR; in efivar_entry_set_safe() 858 return -EINTR; in efivar_entry_size() [all...] |
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_vclock.c | 52 return -EINTR; in ptp_vclock_adjfine() 65 return -EINTR; in ptp_vclock_adjtime() 79 return -EINTR; in ptp_vclock_gettime() 102 return -EINTR; in ptp_vclock_gettimex() 118 return -EINTR; in ptp_vclock_settime() 138 return -EINTR; in ptp_vclock_getcrosststamp()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_param.c | 16 return -EINTR; in intel_context_set_ring_size() 56 return -EINTR; in intel_context_get_ring_size()
|
/kernel/liteos_a/compat/posix/src/ |
H A D | map_error.c | 68 errno = EINTR; in map_errno() 101 errno = EINTR; in map_errno()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | signal_test_030.cpp | 61 printf("ret = %d errno = %d EINTR = %d\n", ret, errno, EINTR); in TestCase() 62 if (ret == -1 && errno == EINTR) { in TestCase()
|
H A D | signal_test_029.cpp | 63 printf("ret = %d errno = %d EINTR = %d\n", ret, errno, EINTR); in TestCase() 64 if (ret != -1 || errno != EINTR) { in TestCase()
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | control.c | 124 } while (ret < 0 && errno == EINTR); in control_writeln() 134 } while (ret < 0 && errno == EINTR); in control_writeln() 177 } while (ret < 0 && errno == EINTR); in control_readln()
|
H A D | util.c | 110 } while (ret < 0 && errno == EINTR); in vsock_stream_connect() 166 } while (client_fd < 0 && errno == EINTR); in vsock_stream_accept() 208 } while (nwritten < 0 && errno == EINTR); in send_byte() 257 } while (nread < 0 && errno == EINTR); in recv_byte()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | wait_bit.c | 201 return -EINTR; in bit_wait() 211 return -EINTR; in bit_wait_io() 225 return -EINTR; in bit_wait_timeout() 239 return -EINTR; in bit_wait_io_timeout()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | wait_bit.c | 201 return -EINTR; in bit_wait() 211 return -EINTR; in bit_wait_io() 225 return -EINTR; in bit_wait_timeout() 239 return -EINTR; in bit_wait_io_timeout()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | io.c | 15 * + Interrupted system call (EINTR) 58 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_write() 87 * + Interrupted system call (EINTR) 135 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_read()
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | lib.c | 20 if (ret < 0 && errno == EINTR) in ion() 48 if (ret < 0 && errno == EINTR) in preadn()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | io.c | 15 * + Interrupted system call (EINTR) 58 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_write() 87 * + Interrupted system call (EINTR) 135 TEST_ASSERT(errno == EAGAIN || errno == EINTR, in test_read()
|
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/ |
H A D | It_posix_pthread_103.c | 58 ICUNIT_ASSERT_EQUAL_VOID(ret, EINTR, ret); in HwiF01() 62 ICUNIT_ASSERT_EQUAL_VOID(ret, EINTR, ret); in HwiF01()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | rwsem.c | 1099 trace_contention_end(sem, -EINTR); in rwsem_down_read_slowpath() 1100 return ERR_PTR(-EINTR); in rwsem_down_read_slowpath() 1195 trace_contention_end(sem, -EINTR); in rwsem_down_write_slowpath() 1196 return ERR_PTR(-EINTR); in rwsem_down_write_slowpath() 1251 ret = -EINTR; in __down_read_common() 1307 ret = -EINTR; in __down_write_common() 1533 return -EINTR; in down_read_interruptible() 1547 return -EINTR; in down_read_killable() 1589 return -EINTR; in down_write_killable() 1657 return -EINTR; in down_read_killable_nested() [all...] |
H A D | rwbase_rt.c | 235 return -EINTR; in rwbase_write_lock() 251 trace_contention_end(rwb, -EINTR); in rwbase_write_lock() 252 return -EINTR; in rwbase_write_lock()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | vars.c | 68 return -EINTR; in efivars_register() 101 return -EINTR; in efivars_unregister() 137 return -EINTR; in efivar_lock()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | control.c | 124 } while (ret < 0 && errno == EINTR); in control_writeln() 134 } while (ret < 0 && errno == EINTR); in control_writeln() 205 } while (ret < 0 && errno == EINTR); in control_readln()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | rwsem.c | 1116 return ERR_PTR(-EINTR); in rwsem_down_read_slowpath() 1291 return ERR_PTR(-EINTR); in rwsem_down_write_slowpath() 1352 return -EINTR; in __down_read_interruptible() 1364 return -EINTR; in __down_read_killable() 1413 return -EINTR; in __down_write_killable() 1517 return -EINTR; in down_read_interruptible() 1531 return -EINTR; in down_read_killable() 1573 return -EINTR; in down_write_killable() 1641 return -EINTR; in down_read_killable_nested() 1680 return -EINTR; in down_write_killable_nested() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dib0700_core.c | 29 return -EINTR; in dib0700_get_version() 115 return -EINTR; in dib0700_set_gpio() 136 return -EINTR; in dib0700_set_usb_xfer_len() 175 return -EINTR; in dib0700_i2c_xfer_new() 234 result = -EINTR; in dib0700_i2c_xfer_new() 290 return -EINTR; in dib0700_i2c_xfer_legacy() 294 return -EINTR; in dib0700_i2c_xfer_legacy() 409 return -EINTR; in dib0700_set_clock() 441 return -EINTR; in dib0700_set_i2c_speed() 646 return -EINTR; in dib0700_change_protocol() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dib0700_core.c | 29 return -EINTR; in dib0700_get_version() 115 return -EINTR; in dib0700_set_gpio() 136 return -EINTR; in dib0700_set_usb_xfer_len() 175 return -EINTR; in dib0700_i2c_xfer_new() 234 result = -EINTR; in dib0700_i2c_xfer_new() 290 return -EINTR; in dib0700_i2c_xfer_legacy() 294 return -EINTR; in dib0700_i2c_xfer_legacy() 409 return -EINTR; in dib0700_set_clock() 441 return -EINTR; in dib0700_set_i2c_speed() 646 return -EINTR; in dib0700_change_protocol() [all...] |