| /linux/tools/build/feature/ |
| H A D | test-all.c | 13 #define main main_test_libpython macro 15 #undef main 17 #define main main_test_hello macro 19 #undef main 21 #define main main_test_libelf macro 23 #undef main 25 #define main main_test_gettid macro 27 #undef main 29 #define main main_test_glibc macro 31 #undef main [all …]
|
| /linux/tools/virtio/ringtest/ |
| H A D | Makefile | 10 main.o: main.c main.h 11 ring.o: ring.c main.h 12 ptr_ring.o: ptr_ring.c main.h ../../../include/linux/ptr_ring.h 13 virtio_ring_0_9.o: virtio_ring_0_9.c main.h 14 virtio_ring_poll.o: virtio_ring_poll.c virtio_ring_0_9.c main.h 15 virtio_ring_inorder.o: virtio_ring_inorder.c virtio_ring_0_9.c main.h 16 ring: ring.o main.o 17 virtio_ring_0_9: virtio_ring_0_9.o main.o 18 virtio_ring_poll: virtio_ring_poll.o main.o 19 virtio_ring_inorder: virtio_ring_inorder.o main.o [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | changes_pkt_data.c | |
| /linux/tools/perf/Documentation/ |
| H A D | callchain-overhead-calculation.txt | 34 int main(void) { 41 child of 'main' so 'foo' also is a child of 'main'. In other words, 42 'main' is a parent of 'foo' and 'bar', and 'bar' is a parent of 'foo'. 55 main 61 main 77 100.00% 0.00% main 79 --- main 85 main 92 main [all...] |
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 371 btv->main.cpu[RISC_SLOT_LOOP] = cpu_to_le32(cmd); in bttv_set_risc_status() 405 btwrite(btv->main.dma, BT848_RISC_STRT_ADD); in bttv_start_dma() 446 if ((rc = btcx_riscmem_alloc(btv->c.pci,&btv->main,PAGE_SIZE)) < 0) in bttv_risc_init_main() 449 btv->c.nr, (unsigned long long)btv->main.dma); in bttv_risc_init_main() 451 btv->main.cpu[0] = cpu_to_le32(BT848_RISC_SYNC | BT848_RISC_RESYNC | in bttv_risc_init_main() 453 btv->main.cpu[1] = cpu_to_le32(0); in bttv_risc_init_main() 454 btv->main.cpu[2] = cpu_to_le32(BT848_RISC_JUMP); in bttv_risc_init_main() 455 btv->main.cpu[3] = cpu_to_le32(btv->main.dma + (4<<2)); in bttv_risc_init_main() 458 btv->main.cpu[4] = cpu_to_le32(BT848_RISC_JUMP); in bttv_risc_init_main() 459 btv->main.cpu[5] = cpu_to_le32(btv->main.dma + (6<<2)); in bttv_risc_init_main() [all …]
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | request_firmware.rst | 20 .. kernel-doc:: drivers/base/firmware_loader/main.c 25 .. kernel-doc:: drivers/base/firmware_loader/main.c 30 .. kernel-doc:: drivers/base/firmware_loader/main.c 35 .. kernel-doc:: drivers/base/firmware_loader/main.c 40 .. kernel-doc:: drivers/base/firmware_loader/main.c 54 .. kernel-doc:: drivers/base/firmware_loader/main.c 68 .. kernel-doc:: drivers/base/firmware_loader/main.c
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_uprobe_from_different_cu.sh | 64 cat > ${temp_dir}/testfile-main.c << EOF 70 main (int argc, char **argv) 83 gcc -g -Og -c ${temp_dir}/testfile-main.c -o ${temp_dir}/testfile-main.o 84 gcc -g -Og -o ${temp_dir}/testfile ${temp_dir}/testfile-foo.o ${temp_dir}/testfile-main.o
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 696 kunit.main(['config', '--build_dir=.kunit']) 701 kunit.main(['build']) 707 kunit.main(['exec']) 715 kunit.main(['run']) 725 kunit.main(['exec']) 731 kunit.main(['run']) 740 kunit.main(['run']) 748 kunit.main(['exec', '--raw_output']) 756 kunit.main(['run', '--raw_output']) 765 kunit.main(['run', '--raw_output=kunit']) [all …]
|
| /linux/drivers/infiniband/core/ |
| H A D | security.c | 121 if (pps->main.state != IB_PORT_PKEY_NOT_VALID) { in check_qp_port_pkey_settings() 122 ret = get_pkey_and_subnet_prefix(&pps->main, in check_qp_port_pkey_settings() 343 new_pps->main.port_num = qp_attr->port_num; in get_new_pps() 345 new_pps->main.port_num = qp_pps->main.port_num; in get_new_pps() 348 new_pps->main.pkey_index = qp_attr->pkey_index; in get_new_pps() 350 new_pps->main.pkey_index = qp_pps->main.pkey_index; in get_new_pps() 354 (qp_pps && qp_pps->main.state != IB_PORT_PKEY_NOT_VALID)) in get_new_pps() 355 new_pps->main.state = IB_PORT_PKEY_VALID; in get_new_pps() 368 new_pps->main.sec = qp->qp_sec; in get_new_pps() 463 port_pkey_list_remove(&sec->ports_pkeys->main); in ib_destroy_qp_security_begin() [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 41 init/main.c:1179 [main]initcall_blacklist =_ "blacklisting initcall %s\012 42 init/main.c:1218 [main]initcall_blacklisted =_ "initcall %s blacklisted\012" 43 init/main.c:1424 [main]run_init_process =_ " with arguments:\012" 44 init/main.c:1426 [main]run_init_process =_ " %s\012" 45 init/main.c:1427 [main]run_init_process =_ " with environment:\012" 46 init/main.c:1429 [main]run_init_process =_ " %s\012" 60 :#> ddcmd '-p; module main func run* +p' 62 init/main.c:1424 [main]run_init_process =p " with arguments:\012" 63 init/main.c:1426 [main]run_init_process =p " %s\012" 64 init/main.c:1427 [main]run_init_process =p " with environment:\012" [all …]
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | Makefile | 28 $(OUTPUT)/test_sgx: $(OUTPUT)/main.o \ 35 $(OUTPUT)/main.o: main.c 57 $(OUTPUT)/main.o \
|
| /linux/drivers/net/wan/ |
| H A D | hdlc_fr.c | 114 struct net_device *main; member 211 return pvc->main || pvc->ether; in pvc_is_used() 217 if (pvc->main) in pvc_carrier() 218 if (!netif_carrier_ok(pvc->main)) in pvc_carrier() 219 netif_carrier_on(pvc->main); in pvc_carrier() 224 if (pvc->main) in pvc_carrier() 225 if (netif_carrier_ok(pvc->main)) in pvc_carrier() 226 netif_carrier_off(pvc->main); in pvc_carrier() 257 return &pvc->main; in get_dev_p() 442 pvc->main ? pvc->main->name : "", in fr_log_dlci_active() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_tailcall_jit.c | 6 int main(void); 15 [0] = (void *) &main, 94 __naked int main(void) in main() function
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62p5-var-som.dtsi | 207 pinctrl_mmc_pwrseq: main-emmc-pwrseq-pins { 213 pinctrl_i2c2: main-i2c2-default-pins { 220 pinctrl_i2c3: main-i2c3-default-pins { 227 pinctrl_mcasp1: main-mcasp1-default-pins { 237 pinctrl_mdio1: main-mdio1-default-pins { 244 pinctrl_mmc2: main-mmc2-default-pins { 256 pinctrl_rgmii1: main-rgmii1-default-pins { 274 pinctrl_spi0: main-spi0-default-pins { 283 pinctrl_uart5: main-uart5-default-pins { 292 pinctrl_bt: main-btgrp-pins { [all …]
|
| H A D | k3-am6548-iot2050-advanced-m2.dts | 27 main_bkey_pcie_reset: main-bkey-pcie-reset-default-pins { 33 main_pmx0_m2_config_pins_default: main-pmx0-m2-config-default-pins { 40 main_m2_pcie_mux_control: main-m2-pcie-mux-control-default-pins { 50 main_pmx1_m2_config_pins_default: main-pmx1-m2-config-default-pins {
|
| H A D | k3-am642-phyboard-electra-x27-gpio1-spi1-uart3.dtso | 23 main_gpio1_exp_header_gpio_pins_default: main-gpio1-exp-header-gpio-default-pins { 29 main_spi1_pins_default: main-spi1-default-pins { 38 main_uart3_pins_default: main-uart3-default-pins {
|
| /linux/tools/power/cpupower/bench/ |
| H A D | Makefile | 4 of the main one in the parent dir) 16 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ 20 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
| /linux/drivers/net/ethernet/netronome/nfp/ |
| H A D | Makefile | 45 nic/main.o 57 flower/main.o \ 69 bpf/main.o \ 80 abm/main.o
|
| /linux/tools/testing/scatterlist/ |
| H A D | Makefile | 4 TARGETS = main 5 OFILES = main.o scatterlist.o 14 main: $(OFILES) target
|
| /linux/tools/testing/radix-tree/ |
| H A D | Makefile | 5 TARGETS = main idr-test multiorder xarray maple 7 OFILES = main.o $(CORE_OFILES) regression1.o regression2.o \ 15 main: $(OFILES) target
|
| /linux/tools/testing/vma/ |
| H A D | Makefile | 9 OFILES = $(SHARED_OFILES) main.o shared.o maple-shim.o 15 main.o: main.c shared.c shared.h vma_internal.h tests/merge.c tests/mmap.c tests/vma.c ../../../mm/…
|
| /linux/tools/testing/memblock/ |
| H A D | README | 17 allocation functionalities of memblock. The main data structure of the boot time 32 To run the tests, build the main target and run it: 34 $ make && ./main 40 $ ./main -v 45 For the full list of options from command line, see `./main --help`. 57 The project has one target, main, which calls a group of checks for basic and 73 |-- main.c --------------. dummy physical memory definition
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | fib.sh | 107 ip -n $ns route add table main 192.0.2.1/32 dev dummy1 115 ip -n $ns route add table main 192.0.2.2/32 dev dummy1 204 ip -n $ns route add table main 2001:db8:1::1/128 dev dummy1 212 ip -n $ns route add table main 2001:db8:1::2/128 dev dummy1
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | st,stih4xx.txt | 13 - compatible: "st,vtac-main" or "st,vtac-aux" 42 - st,vtg: phandle(s) on vtg device (main and aux) nodes. 115 - st,vtg: phandle on vtg main device node. 122 vtg_main_slave: sti-vtg-main-slave@fe85a800 { 128 vtg_main: sti-vtg-main-master@fd348000 { 147 sti-vtac-rx-main@fee82800 { 148 compatible = "st,vtac-main"; 161 sti-vtac-tx-main@fd349000 { 162 compatible = "st,vtac-main"; 186 reset-names = "compo-main", "compo-aux";
|
| /linux/tools/testing/selftests/vfio/scripts/ |
| H A D | run.sh | 5 function main() { function 16 main "$@"
|