Home
last modified time | relevance | path

Searched full:false (Results 1 – 25 of 6600) sorted by relevance

12345678910>>...264

/linux/tools/perf/tests/
H A Dkmod-path.c40 path, cpumode, expect ? "true" : "false"); in test_is_kernel_module()
54 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
56 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
59 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
64 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
66 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
69 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
72 T("/xxxx/xxxx/x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
73 T("/xxxx/xxxx/x.gz", false , false, 1 , NULL ); in test__kmod_path__parse()
74 T("/xxxx/xxxx/x.gz", true , false, 1 , "x.gz"); in test__kmod_path__parse()
[all …]
/linux/fs/lockd/
H A Dnlm3xdr_gen.c23 return false; in xdrgen_decode_nlm_stats()
34 return false; in xdrgen_decode_nlm_stats()
44 return false; in xdrgen_decode_nlm_stat()
52 return false; in xdrgen_decode_nlm_res()
54 return false; in xdrgen_decode_nlm_res()
62 return false; in xdrgen_decode_nlm_holder()
64 return false; in xdrgen_decode_nlm_holder()
66 return false; in xdrgen_decode_nlm_holder()
68 return false; in xdrgen_decode_nlm_holder()
70 return false; in xdrgen_decode_nlm_holder()
[all …]
H A Dnlm4xdr_gen.c22 return false; in xdrgen_decode_fsh4_mode()
31 return false; in xdrgen_decode_fsh4_mode()
43 return false; in xdrgen_decode_fsh4_access()
52 return false; in xdrgen_decode_fsh4_access()
89 return false; in xdrgen_decode_nlm4_stats()
105 return false; in xdrgen_decode_nlm4_stats()
115 return false; in xdrgen_decode_nlm4_holder()
117 return false; in xdrgen_decode_nlm4_holder()
119 return false; in xdrgen_decode_nlm4_holder()
121 return false; in xdrgen_decode_nlm4_holder()
[all …]
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c579 .can_limit_mcast_flood = false,
611 .can_limit_mcast_flood = false,
735 .supports_sgmii = {false, false, false, false, true},
771 .supports_sgmii = {false, false, false, false, true},
807 .supports_mii = {true, true, true, true, false,
809 .supports_rmii = {false, false, true, true, false,
810 false, false, false, false, false, false},
811 .supports_rgmii = {false, false, true, true, false,
812 false, false, false, false, false, false},
813 .supports_sgmii = {false, true, true, true, true,
[all …]
/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c39 .peek = false, in FIXTURE_VARIANT_ADD()
217 bool printed = false; in __recvpair()
335 buf_len, (flags) | MSG_PEEK, false); \
338 buf_len, flags, false); \
354 for (self->tcp_compliant = false; \
355 self->tcp_compliant == false; \
361 epollpair(false); in TEST_F()
362 siocatmarkpair(false); in TEST_F()
365 epollpair(false); in TEST_F()
366 siocatmarkpair(false); in TEST_F()
[all …]
/linux/fs/nfsd/
H A Dnfs4xdr_gen.c40 return false; in xdrgen_decode_nfsstat4()
158 return false; in xdrgen_decode_nfsstat4()
174 return false; in xdrgen_decode_bitmap4()
177 return false; in xdrgen_decode_bitmap4()
239 return false; in xdrgen_decode_pathname4()
242 return false; in xdrgen_decode_pathname4()
250 return false; in xdrgen_decode_nfstime4()
252 return false; in xdrgen_decode_nfstime4()
260 return false; in xdrgen_decode_fattr4()
262 return false; in xdrgen_decode_fattr4()
[all …]
H A Dnfs3xdr.c64 return false; in svcxdr_decode_nfstime3()
77 * %false: The encoded file handle was not valid
87 return false; in svcxdr_decode_nfs_fh3()
89 return false; in svcxdr_decode_nfs_fh3()
92 return false; in svcxdr_decode_nfs_fh3()
106 * %false: Send buffer space was exhausted
116 return false; in svcxdr_encode_nfsstat3()
130 return false; in svcxdr_encode_nfs_fh3()
143 return false; in svcxdr_encode_post_op_fh3()
145 return false; in svcxdr_encode_post_op_fh3()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8192e2ant.c165 bool bt_active = true, bt_disabled = false; in btc8192e2ant_monitor_bt_enable_disable()
173 bt_active = false; in btc8192e2ant_monitor_bt_enable_disable()
179 bt_active = false; in btc8192e2ant_monitor_bt_enable_disable()
183 bt_disabled = false; in btc8192e2ant_monitor_bt_enable_disable()
255 bool wifi_under_b_mode = false; in btc8192e2ant_auto_rate_fallback_retry()
431 static bool pre_wifi_busy = false, pre_under_4way = false, in btc8192e2ant_is_wifi_status_changed()
432 pre_bt_hs_on = false; in btc8192e2ant_is_wifi_status_changed()
433 bool wifi_busy = false, under_4way = false, bt_hs_on = false; in btc8192e2ant_is_wifi_status_changed()
434 bool wifi_connected = false; in btc8192e2ant_is_wifi_status_changed()
458 return false; in btc8192e2ant_is_wifi_status_changed()
[all …]
H A Dhalbtc8821a2ant.c274 bt_link_info->slave_role = false; in btc8821a2ant_monitor_bt_ctr()
345 bool wifi_busy = false, under_4way = false, bt_hs_on = false; in btc8821a2ant_is_wifi_status_changed()
346 bool wifi_connected = false; in btc8821a2ant_is_wifi_status_changed()
378 return false; in btc8821a2ant_is_wifi_status_changed()
384 bool bt_hs_on = false; in btc8821a2ant_update_bt_link_info()
405 bt_link_info->sco_only = false; in btc8821a2ant_update_bt_link_info()
412 bt_link_info->a2dp_only = false; in btc8821a2ant_update_bt_link_info()
419 bt_link_info->pan_only = false; in btc8821a2ant_update_bt_link_info()
426 bt_link_info->hid_only = false; in btc8821a2ant_update_bt_link_info()
433 bool bt_hs_on = false; in btc8821a2ant_action_algorithm()
[all …]
/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-gpio.c61 [MT8192_AFE_GPIO_DAT_MISO_OFF] = {"aud_dat_miso_off", false, NULL},
62 [MT8192_AFE_GPIO_DAT_MISO_ON] = {"aud_dat_miso_on", false, NULL},
63 [MT8192_AFE_GPIO_DAT_MOSI_OFF] = {"aud_dat_mosi_off", false, NULL},
64 [MT8192_AFE_GPIO_DAT_MOSI_ON] = {"aud_dat_mosi_on", false, NULL},
65 [MT8192_AFE_GPIO_I2S0_OFF] = {"aud_gpio_i2s0_off", false, NULL},
66 [MT8192_AFE_GPIO_I2S0_ON] = {"aud_gpio_i2s0_on", false, NULL},
67 [MT8192_AFE_GPIO_I2S1_OFF] = {"aud_gpio_i2s1_off", false, NULL},
68 [MT8192_AFE_GPIO_I2S1_ON] = {"aud_gpio_i2s1_on", false, NULL},
69 [MT8192_AFE_GPIO_I2S2_OFF] = {"aud_gpio_i2s2_off", false, NULL},
70 [MT8192_AFE_GPIO_I2S2_ON] = {"aud_gpio_i2s2_on", false, NUL
[all...]
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c54 .internal_sleep_clock = false,
64 .single_pdev_only = false,
67 .rx_mac_buf_ring = false,
68 .vdev_start_delay = false,
87 .full_monitor_mode = false,
88 .supports_shadow_regs = false,
89 .idle_ps = false,
90 .supports_sta_ps = false,
97 .supports_suspend = false,
99 .supports_regdb = false,
[all …]
/linux/tools/lib/perf/include/perf/
H A Dschedstat-v17.h5 "%11u", false, yld_count, v17);
7 "%11u", false, array_exp, v17);
9 "%11u", false, sched_count, v17);
13 "%11u", false, ttwu_count, v17);
17 "%11llu", false, rq_cpu_time, v17);
21 "%11llu", false, pcount, v17);
35 "imbalance in load on cpu busy", "%11u", false, v17);
37 "imbalance in utilization on cpu busy", "%11u", false, v17);
39 "imbalance in number of tasks on cpu busy", "%11u", false, v17);
41 "imbalance in misfit tasks on cpu busy", "%11u", false, v17);
[all …]
H A Dschedstat-v15.h5 "%11u", false, yld_count, v15);
7 "%11u", false, array_exp, v15);
9 "%11u", false, sched_count, v15);
13 "%11u", false, ttwu_count, v15);
17 "%11llu", false, rq_cpu_time, v15);
21 "%11llu", false, pcount, v15);
35 "imbalance sum on cpu idle", "%11u", false, v15);
37 "pull_task() count on cpu idle", "%11u", false, v15);
39 "pull_task() when target task was cache-hot on cpu idle", "%11u", false, v15);
63 "imbalance sum on cpu busy", "%11u", false, v15);
[all …]
H A Dschedstat-v16.h5 "%11u", false, yld_count, v16);
7 "%11u", false, array_exp, v16);
9 "%11u", false, sched_count, v16);
13 "%11u", false, ttwu_count, v16);
17 "%11llu", false, rq_cpu_time, v16);
21 "%11llu", false, pcount, v16);
35 "imbalance sum on cpu busy", "%11u", false, v16);
37 "pull_task() count on cpu busy", "%11u", false, v16);
39 "pull_task() when target task was cache-hot on cpu busy", "%11u", false, v16);
63 "imbalance sum on cpu idle", "%11u", false, v16);
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c72 scale_test("test_verif_scale1.bpf.o", BPF_PROG_TYPE_SCHED_CLS, false); in test_verif_scale1()
77 scale_test("test_verif_scale2.bpf.o", BPF_PROG_TYPE_SCHED_CLS, false); in test_verif_scale2()
82 scale_test("test_verif_scale3.bpf.o", BPF_PROG_TYPE_SCHED_CLS, false); in test_verif_scale3()
87 scale_test("pyperf_global.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf_global()
92 scale_test("pyperf_subprogs.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf_subprogs()
98 scale_test("pyperf50.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf50()
104 scale_test("pyperf100.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf100()
110 scale_test("pyperf180.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf180()
121 scale_test("pyperf600.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf600()
127 scale_test("pyperf600_bpf_loop.bpf.o", BPF_PROG_TYPE_RAW_TRACEPOINT, false); in test_verif_scale_pyperf600_bpf_loop()
[all …]
/linux/net/ipv6/netfilter/
H A Dip6t_srh.c32 return false; in srh_mt6()
35 return false; in srh_mt6()
39 return false; in srh_mt6()
42 return false; in srh_mt6()
45 return false; in srh_mt6()
51 return false; in srh_mt6()
57 return false; in srh_mt6()
62 return false; in srh_mt6()
67 return false; in srh_mt6()
73 return false; in srh_mt6()
[all …]
/linux/arch/powerpc/include/asm/
H A Dprobes.h38 case OP_TRAP_64: return false; in can_single_step()
39 case OP_TRAP: return false; in can_single_step()
40 case OP_SC: return false; in can_single_step()
43 case OP_19_XOP_RFID: return false; in can_single_step()
44 case OP_19_XOP_RFMCI: return false; in can_single_step()
45 case OP_19_XOP_RFDI: return false; in can_single_step()
46 case OP_19_XOP_RFI: return false; in can_single_step()
47 case OP_19_XOP_RFCI: return false; in can_single_step()
48 case OP_19_XOP_RFSCV: return false; in can_single_step()
49 case OP_19_XOP_HRFID: return false; in can_single_step()
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dti,tas57xx.yaml57 unevaluatedProperties: false
75 PVDD_A-supply: false
76 PVDD_B-supply: false
77 PVDD_C-supply: false
78 PVDD_D-supply: false
79 DRVDD-supply: false
80 PVDD-supply: false
90 HPVDD-supply: false
91 PVDD_AB-supply: false
92 PVDD_CD-supply: false
[all …]
/linux/drivers/net/wireguard/selftest/
H A Dcounter.c16 return false; in wg_packet_counter_selftest()
29 success = false; \ in wg_packet_counter_selftest()
36 /* 3 */ T(1, false); in wg_packet_counter_selftest()
40 /* 7 */ T(7, false); in wg_packet_counter_selftest()
43 /* 10 */ T(T_LIM - 1, false); in wg_packet_counter_selftest()
46 /* 13 */ T(2, false); in wg_packet_counter_selftest()
48 /* 15 */ T(3, false); in wg_packet_counter_selftest()
49 /* 16 */ T(T_LIM + 16, false); in wg_packet_counter_selftest()
52 /* 19 */ T(10, false); in wg_packet_counter_selftest()
53 /* 20 */ T(T_LIM * 4 - T_LIM, false); in wg_packet_counter_selftest()
[all …]
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c170 msr->write = false; in guest_test_msrs_access()
175 msr->write = false; in guest_test_msrs_access()
187 msr->fault_expected = false; in guest_test_msrs_access()
191 msr->write = false; in guest_test_msrs_access()
192 msr->fault_expected = false; in guest_test_msrs_access()
196 msr->write = false; in guest_test_msrs_access()
197 msr->fault_expected = false; in guest_test_msrs_access()
202 msr->write = false; in guest_test_msrs_access()
208 msr->write = false; in guest_test_msrs_access()
209 msr->fault_expected = false; in guest_test_msrs_access()
[all...]
/linux/Documentation/devicetree/bindings/nvmem/layouts/
H A Donie,tlv-layout.yaml22 select: false
30 additionalProperties: false
34 additionalProperties: false
38 additionalProperties: false
50 additionalProperties: false
54 additionalProperties: false
58 additionalProperties: false
62 additionalProperties: false
66 additionalProperties: false
70 additionalProperties: false
[all …]
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn401/
H A Dhw_translate_dcn401.c68 ASSERT_CRITICAL(false); in offset_to_id()
69 return false; in offset_to_id()
92 ASSERT_CRITICAL(false); in offset_to_id()
93 return false; in offset_to_id()
113 ASSERT_CRITICAL(false); in offset_to_id()
114 return false; in offset_to_id()
148 ASSERT_CRITICAL(false); in offset_to_id()
149 return false; in offset_to_id()
185 ASSERT_CRITICAL(false); in id_to_offset()
186 result = false; in id_to_offset()
[all …]
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhw.c62 return false; in ath12k_wifi7_dp_srng_is_comp_ring_qcn9274()
96 return false; in ath12k_wifi7_dp_srng_is_comp_ring_wcn7850()
102 return false; in ath12k_is_addba_resp_action_code()
105 return false; in ath12k_is_addba_resp_action_code()
108 return false; in ath12k_is_addba_resp_action_code()
131 return false; in ath12k_wifi7_is_frame_link_agnostic_wcn7850()
150 return false; in ath12k_wifi7_is_frame_link_agnostic_wcn7850()
367 .download_aux_ucode = false,
370 .single_pdev_only = false,
372 .internal_sleep_clock = false,
[all …]
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c83 if (cur_mte_cxt.fault_valid == false && tag_check == TAG_CHECK_ON) in check_mte_memory()
91 if (cur_mte_cxt.fault_valid == false && tag_check == TAG_CHECK_ON) in check_mte_memory()
126 map_ptr = (char *)mte_allocate_memory(map_size, mem_type, mapping, false); in check_anonymous_memory_mapping()
127 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) in check_anonymous_memory_mapping()
141 mte_free_memory((void *)map_ptr, map_size, mem_type, false); in check_anonymous_memory_mapping()
166 map_ptr = (char *)mte_allocate_file_memory(map_size, mem_type, mapping, false, fd); in check_file_memory_mapping()
167 if (check_allocated_memory(map_ptr, map_size, mem_type, false) != KSFT_PASS) { in check_file_memory_mapping()
198 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TAG, false); in check_clear_prot_mte_flag()
394 .enable_tco = false, in main()
404 .enable_tco = false, in main()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn32/
H A Dhw_translate_dcn32.c93 ASSERT_CRITICAL(false); in offset_to_id()
94 return false; in offset_to_id()
117 ASSERT_CRITICAL(false); in offset_to_id()
118 return false; in offset_to_id()
138 ASSERT_CRITICAL(false); in offset_to_id()
139 return false; in offset_to_id()
165 ASSERT_CRITICAL(false); in offset_to_id()
166 return false; in offset_to_id()
201 ASSERT_CRITICAL(false); in id_to_offset()
202 result = false; in id_to_offset()
[all …]

12345678910>>...264