| /kernel/liteos_a/testsuites/unittest/process/basic/process/ |
| D | config.gni | 31 process_include_dirs = [ "$TEST_UNITTEST_DIR/process/basic/process" ] 34 [ "$TEST_UNITTEST_DIR/process/basic/process/process_process_test.cpp" ] 37 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_001.cpp", 38 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_002.cpp", 39 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_004.cpp", 40 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_005.cpp", 41 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_006.cpp", 42 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_008.cpp", 43 "$TEST_UNITTEST_DIR/process/basic/process/smoke/process_test_009.cpp", 44 "$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 | 31 pthread_include_dirs = [ "$TEST_UNITTEST_DIR/process/basic/pthread" ] 34 [ "$TEST_UNITTEST_DIR/process/basic/pthread/process_pthread_test.cpp" ] 37 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_atfork_test_001.cpp", 38 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_atfork_test_002.cpp", 39 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_001.cpp", 40 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_002.cpp", 41 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_003.cpp", 42 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_cond_test_004.cpp", 43 "$TEST_UNITTEST_DIR/process/basic/pthread/smoke/pthread_once_test_001.cpp", 44 "$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-4.19/tools/perf/util/ |
| D | s390-cpumsf.c | 182 /* Display s390 CPU measurement facility basic-sampling data entry */ 184 struct hws_basic_entry *basic) in s390_cpumsf_basic_show() argument 186 if (basic->def != 1) { in s390_cpumsf_basic_show() 187 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show() 190 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show() 193 pos, basic->def, basic->U, in s390_cpumsf_basic_show() 194 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show() 195 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show() 196 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show() 197 basic->I ? 'I' : ' ', in s390_cpumsf_basic_show() [all …]
|
| /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/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/linux/linux-4.19/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/linux/linux-4.19/Documentation/power/ |
| D | drivers-testing.txt | 17 testing the new driver. Please see Documentation/power/basic-pm-debugging.txt 26 (see: Documentation/power/basic-pm-debugging.txt, 1). 29 "platform" modes (see: Documentation/power/basic-pm-debugging.txt, 1). 37 e) Try the test modes of suspend (see: Documentation/power/basic-pm-debugging.txt, 42 (see: Documentation/power/basic-pm-debugging.txt, 2).
|
| /kernel/linux/linux-4.19/net/sched/ |
| D | cls_flower.c | 36 struct flow_dissector_key_basic basic; member 199 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify() 206 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify() 814 fl_set_key_val(tb, &key->basic.n_proto, in fl_set_key() 816 &mask->basic.n_proto, in fl_set_key() 818 sizeof(key->basic.n_proto)); in fl_set_key() 820 key->basic.n_proto = ethertype; in fl_set_key() 821 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() 825 key->basic.n_proto = ethertype; in fl_set_key() 826 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key() [all …]
|
| /kernel/linux/linux-4.19/drivers/thunderbolt/ |
| D | cap.c | 18 struct tb_cap_basic basic; member 55 if (header.basic.cap == cap) in tb_port_find_cap() 58 offset = header.basic.next; in tb_port_find_cap() 76 if (header.basic.cap == cap) in tb_switch_find_cap() 79 offset = header.basic.next; in tb_switch_find_cap()
|
| /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 138 unsigned int bsdes:16; /* 32-47: size of basic SDE */ 220 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-4.19/drivers/net/ethernet/cisco/enic/ |
| D | enic_clsf.c | 26 switch (keys->basic.ip_proto) { in enic_addfltr_5t() 164 tpos->keys.basic.ip_proto == k->basic.ip_proto && in htbl_key_search() 165 tpos->keys.basic.n_proto == k->basic.n_proto) in htbl_key_search() 181 if (!res || keys.basic.n_proto != htons(ETH_P_IP) || in enic_rx_flow_steer() 182 (keys.basic.ip_proto != IPPROTO_TCP && in enic_rx_flow_steer() 183 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/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" ] 136 deps += [ "process/basic:liteos_a_process_basic_unittest_door" ] 140 deps += [ "process/basic:liteos_a_process_basic_unittest" ]
|
| /kernel/linux/linux-4.19/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:
|