/kernel/liteos_a/testsuites/unittest/process/basic/process/ |
D | config.gni | 45 [ "$TEST_UNITTEST_DIR/process/basic/process" ] 48 [ "$TEST_UNITTEST_DIR/process/basic/process/process_process_test.cpp" ] 51 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_001.cpp", 52 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_002.cpp", 53 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_004.cpp", 54 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_005.cpp", 55 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_006.cpp", 56 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_008.cpp", 57 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_009.cpp", 58 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_010.cpp", [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | basic.json | 4 "name": "Add basic filter with cmp ematch u8/link layer and default action", 7 "basic" 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at… 26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action", 29 "basic" 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm… 39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic", 40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at… [all …]
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/ |
D | config.gni | 45 [ "$TEST_UNITTEST_DIR/process/basic/pthread" ] 48 [ "$TEST_UNITTEST_DIR/process/basic/pthread/process_pthread_test.cpp" ] 51 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_atfork_test_001.cpp", 52 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_atfork_test_002.cpp", 53 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_001.cpp", 54 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_002.cpp", 55 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_003.cpp", 56 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_004.cpp", 57 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_once_test_001.cpp", 58 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_test_003.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/ |
D | config.gni | 31 mem_vm_include_dirs = [ "$TEST_UNITTEST_DIR/basic/mem/vm" ] 33 mem_vm_sources_entry = [ "$TEST_UNITTEST_DIR/basic/mem/vm/mem_vm_test.cpp" ] 36 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_001.cpp", 37 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_002.cpp", 38 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_003.cpp", 39 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_004.cpp", 40 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_005.cpp", 41 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_006.cpp", 42 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_007.cpp", 43 "$TEST_UNITTEST_DIR/basic/mem/vm/smoke/mmap_test_008.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/ |
D | config.gni | 31 mem_shm_include_dirs = [ "$TEST_UNITTEST_DIR/basic/mem/shm" ] 33 mem_shm_sources_entry = [ "$TEST_UNITTEST_DIR/basic/mem/shm/mem_shm_test.cpp" ] 36 [ "$TEST_UNITTEST_DIR/basic/mem/shm/smoke/shm_test_011.cpp" ] 39 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_001.cpp", 40 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_002.cpp", 41 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_003.cpp", 42 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_004.cpp", 43 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_005.cpp", 44 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_006.cpp", 45 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_007.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/basic/exc/ |
D | config.gni | 31 exc_include_dirs = [ "$TEST_UNITTEST_DIR/basic/exc" ] 33 exc_sources_entry = [ "$TEST_UNITTEST_DIR/basic/exc/exc_test.cpp" ] 36 "$TEST_UNITTEST_DIR/basic/exc/smoke/it_test_exc_001.cpp", 37 "$TEST_UNITTEST_DIR/basic/exc/smoke/it_test_exc_002.cpp", 38 "$TEST_UNITTEST_DIR/basic/exc/smoke/it_test_exc_003.cpp", 39 "$TEST_UNITTEST_DIR/basic/exc/smoke/it_test_exc_004.cpp", 40 "$TEST_UNITTEST_DIR/basic/exc/smoke/it_test_exc_005.cpp", 44 [ "$TEST_UNITTEST_DIR/basic/exc/full/it_test_fexecve_001.cpp" ]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | s390-cpumsf.c | 239 /* Display s390 CPU measurement facility basic-sampling data entry 246 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local 264 basic = &local; in s390_cpumsf_basic_show() 266 if (basic->def != 1) { in s390_cpumsf_basic_show() 267 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show() 270 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show() 273 pos, basic->def, basic->U, in s390_cpumsf_basic_show() 274 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show() 275 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show() 276 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show() [all …]
|
/kernel/liteos_m/testsuites/unittest/xts/io/ |
D | xts_io_string_test.c | 47 * @tc.name strcmp basic function test 65 * @tc.name strncmp basic function test 85 * @tc.name stpcpy basic function test 106 * @tc.name stpncpy basic function test 127 * @tc.name strcpy basic function test 146 * @tc.name strncpy basic function test 164 * @tc.name strcat basic function test 181 * @tc.name strncat basic function test 198 * @tc.name strchr basic function test 214 * @tc.name strrchr basic function test [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
D | main.sh | 10 FUNC=basic # do basic tests by default 24 [-t <basic: Basic cpufreq testing 79 …t) # --func_type (Function to perform: basic, suspend, hibernate, modtest, sptest1/2/3/4 (default:… 113 "basic")
|
D | module.sh | 17 # Check basic insmod/rmmod 42 # Insert cpufreq driver module and perform basic tests 69 # run basic tests 97 # test basic module tests 155 # Insert cpufreq governor module and perform basic tests 168 # test basic module tests
|
/kernel/liteos_a/testsuites/unittest/ |
D | BUILD.gn | 70 # basic test 73 deps += [ "basic:liteos_a_basic_unittest_door" ] 76 deps += [ "basic:liteos_a_basic_unittest" ] 151 "process/basic/process:liteos_a_process_basic_process_unittest_door", 152 "process/basic/pthread:liteos_a_process_basic_pthread_unittest_door", 164 "process/basic/process:liteos_a_process_basic_process_unittest", 165 "process/basic/pthread:liteos_a_process_basic_pthread_unittest",
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | drivers-testing.rst | 21 testing the new driver. Please see Documentation/power/basic-pm-debugging.rst 31 (see: Documentation/power/basic-pm-debugging.rst, 1). 34 "platform" modes (see: Documentation/power/basic-pm-debugging.rst, 1). 43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are 48 (see: Documentation/power/basic-pm-debugging.rst, 2).
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
D | Kconfig | 20 This driver supports MediaTek MT2701 basic clocks. 76 This driver supports MediaTek MT2712 basic clocks. 126 This driver supports MediaTek MT6765 basic clocks. 212 This driver supports MediaTek MT6779 basic clocks. 268 This driver supports MediaTek MT6797 basic clocks. 300 This driver supports MediaTek MT7622 basic clocks and clocks 330 This driver supports MediaTek MT7629 basic clocks and clocks 361 This driver supports MediaTek MT8167 basic clocks. 424 This driver supports MediaTek MT8183 basic clocks.
|
/kernel/liteos_a/testsuites/unittest/basic/dynload/ |
D | config.gni | 31 dynload_include_dirs = [ "$TEST_UNITTEST_DIR/basic/dynload" ] 33 dynload_sources_entry = [ "$TEST_UNITTEST_DIR/basic/dynload/dynload_test.cpp" ] 36 "$TEST_UNITTEST_DIR/basic/dynload/smoke/dynload_test_002.cpp", 37 "$TEST_UNITTEST_DIR/basic/dynload/smoke/dynload_test_004.cpp",
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | cpu_mf.h | 60 unsigned int as:1; /* 14: basic-sampling authorization */ 63 unsigned int es:1; /* 22: basic-sampling enable control */ 66 unsigned int cs:1; /* 30: basic-sampling activation control */ 68 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */ 86 unsigned int es:1; /* 54: basic-sampling enable control */ 89 unsigned int cs:1; /* 62: basic-sampling activation control */ 127 struct hws_basic_entry basic; /* Basic-sampling data entry */ member 137 unsigned int bsdes:16; /* 32-47: size of basic SDE */ 222 BASIC = 1, enumerator
|
/kernel/liteos_a/security/ |
D | Kconfig | 5 This option will enable security module. This is a basic feature, 13 This option will enable capability control for syscalls. This is a basic feature, 21 This option will enable visual ID for timer. This is a basic feature,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
D | enic_clsf.c | 26 switch (keys->basic.ip_proto) { in enic_addfltr_5t() 165 tpos->keys.basic.ip_proto == k->basic.ip_proto && in htbl_key_search() 166 tpos->keys.basic.n_proto == k->basic.n_proto) in htbl_key_search() 182 if (!res || keys.basic.n_proto != htons(ETH_P_IP) || in enic_rx_flow_steer() 183 (keys.basic.ip_proto != IPPROTO_TCP && in enic_rx_flow_steer() 184 keys.basic.ip_proto != IPPROTO_UDP)) in enic_rx_flow_steer()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
D | cap.c | 84 return header.basic.next; in tb_port_next_cap() 103 if (header.basic.cap == cap) in __tb_port_find_cap() 157 switch (header.basic.cap) { in tb_switch_next_cap() 159 ret = header.basic.next; in tb_switch_next_cap() 171 header.basic.cap, offset); in tb_switch_next_cap() 204 if (header.basic.cap == cap) in tb_switch_find_cap()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
D | fpsp.doc | 170 - Basic flow: 178 - Basic flow: 186 - Basic flow: 194 - Basic flow: 203 - Basic flow: 215 - Basic flow: 228 - Basic flow: 265 - Basic flow: 287 - Basic flow:
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
D | ctamixer.h | 24 struct rsc rsc; /* Basic resource info */ 34 struct rsc_mgr mgr; /* Basic resource manager info */ 53 struct rsc rsc; /* Basic resource info */ 79 struct rsc_mgr mgr; /* Basic resource manager info */
|
/kernel/linux/linux-5.10/net/sched/ |
D | cls_flower.c | 42 struct flow_dissector_key_basic basic; member 315 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify() 322 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify() 1521 fl_set_key_val(tb, &key->basic.n_proto, in fl_set_key() 1523 &mask->basic.n_proto, in fl_set_key() 1525 sizeof(key->basic.n_proto)); in fl_set_key() 1527 key->basic.n_proto = ethertype; in fl_set_key() 1528 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() 1532 key->basic.n_proto = ethertype; in fl_set_key() 1533 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | lib.c | 208 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local 219 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config() 256 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config() 257 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config() 259 basic.reduce_txpower = IWLAGN_BT_REDUCED_TX_PWR; in iwlagn_send_advance_bt_config() 260 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config() 270 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config() 272 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config() 276 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() 278 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() [all …]
|
/kernel/linux/linux-5.10/drivers/net/team/ |
D | Kconfig | 22 Basic mode where packets are transmitted always by all suitable ports. 33 Basic mode where port used for transmitting packets is selected in 45 Basic mode where port used for transmitting packets is selected
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1252 * ATSC/QAM and basic analog, IR Blast */ in hauppauge_eeprom() 1255 * DVB-T and basic analog, IR Blast */ in hauppauge_eeprom() 1258 * ATSC/QAM and basic analog, IR Recv */ in hauppauge_eeprom() 1261 * DVB-T and basic analog, IR Recv */ in hauppauge_eeprom() 1264 * ATSC/QAM and basic analog, IR Recv */ in hauppauge_eeprom() 1267 * DVB-T and basic analog, IR Recv */ in hauppauge_eeprom() 1270 * ATSC/QAM and basic analog, IR Blast */ in hauppauge_eeprom() 1273 * DVB-T and basic analog, IR Blast */ in hauppauge_eeprom() 1276 * ATSC/QAM and basic analog, IR Recv */ in hauppauge_eeprom() 1279 * DVB-T and basic analog, IR Recv */ in hauppauge_eeprom() [all …]
|
/kernel/linux/linux-5.10/drivers/rapidio/ |
D | Kconfig | 72 If unsure, select Basic built-in. 75 tristate "Basic" 77 This option includes basic RapidIO fabric enumeration and discovery
|