Searched refs:func_ret (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | test_case.py | 690 if DeccVariable.cur_case().test_method.func_ret: 692 DeccVariable.cur_case().test_method.func_ret.clear() 819 if len(cur_case.test_method.func_ret) == 0: 826 elif len(cur_case.test_method.func_ret) == 1: 873 starts_num = DeccVariable.cur_case().test_method.func_ret.count("Starts") 874 ends_num = DeccVariable.cur_case().test_method.func_ret.count("Ends") 887 cur_case.test_method.func_ret.clear() 902 cur_case.test_method.func_ret.clear() 968 DeccVariable.cur_case().test_method.func_ret.append("Starts") 1036 DeccVariable.cur_case().test_method.func_ret [all...] |
H A D | variables.py | 304 self.func_ret = [] 323 self.func_ret.clear() 329 self.func_ret.clear()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 41 u32 func_ret; in bpf_prog_run_array_cg() local 51 func_ret = run_prog(prog, ctx); in bpf_prog_run_array_cg() 53 *(ret_flags) |= (func_ret >> 1); in bpf_prog_run_array_cg() 54 func_ret &= 1; in bpf_prog_run_array_cg() 56 if (!func_ret && !IS_ERR_VALUE((long)run_ctx.retval)) in bpf_prog_run_array_cg()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | trace.h | 1536 TP_PROTO(struct wiphy *wiphy, int func_ret, int func_fill), 1537 TP_ARGS(wiphy, func_ret, func_fill), 1540 __field(int, func_ret) 1545 __entry->func_ret = func_ret; 1549 WIPHY_PR_ARG, __entry->func_ret, __entry->func_fill)
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | trace.h | 1619 TP_PROTO(struct wiphy *wiphy, int func_ret, int func_fill), 1620 TP_ARGS(wiphy, func_ret, func_fill), 1623 __field(int, func_ret) 1628 __entry->func_ret = func_ret; 1632 WIPHY_PR_ARG, __entry->func_ret, __entry->func_fill)
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | chacha20poly1305-selftest.c | 8878 decryption_success(bool func_ret, bool expect_failure, int memcmp_result) in decryption_success() argument 8881 return !func_ret; in decryption_success() 8882 return func_ret && !memcmp_result; in decryption_success()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | chacha20poly1305-selftest.c | 8878 decryption_success(bool func_ret, bool expect_failure, int memcmp_result) in decryption_success() argument 8881 return !func_ret; in decryption_success() 8882 return func_ret && !memcmp_result; in decryption_success()
|
Completed in 39 milliseconds