Searched refs:main (Results 326 - 350 of 1257) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py61 def main(f): function
90 main(f)
H A Dverify_sig_setup.sh97 main() function
128 main "$@"
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py81 def main(): function
100 main()
/linux-master/drivers/net/wireless/marvell/libertas/
H A DMakefile7 libertas-y += main.o
/linux-master/drivers/infiniband/core/
H A Dsecurity.c7 * COPYING in the main directory of this source tree, or the
121 if (pps->main.state != IB_PORT_PKEY_NOT_VALID) {
122 ret = get_pkey_and_subnet_prefix(&pps->main,
343 new_pps->main.port_num = qp_attr->port_num;
345 new_pps->main.port_num = qp_pps->main.port_num;
348 new_pps->main.pkey_index = qp_attr->pkey_index;
350 new_pps->main.pkey_index = qp_pps->main.pkey_index;
354 (qp_pps && qp_pps->main
[all...]
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py601 kunit.main(['config', '--build_dir=.kunit'])
606 kunit.main(['build'])
612 kunit.main(['exec'])
620 kunit.main(['run'])
630 kunit.main(['exec'])
636 kunit.main(['run'])
645 kunit.main(['run'])
653 kunit.main(['exec', '--raw_output'])
661 kunit.main(['run', '--raw_output'])
670 kunit.main(['ru
[all...]
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c48 int (*main)(int, const char **); member in struct:cmd_struct
175 int main(int argc, const char *argv[]) function
235 ret = p->main(argc, argv);
/linux-master/tools/testing/radix-tree/
H A DMakefile7 TARGETS = main idr-test multiorder xarray maple
10 OFILES = main.o $(CORE_OFILES) regression1.o regression2.o regression3.o \
30 main: $(OFILES)
/linux-master/tools/testing/selftests/
H A Dkselftest_deps.sh25 echo " main Makefile when optional -p is specified."
34 # Start main()
35 main() function
78 int main()
179 # end main()
324 main "$@"
/linux-master/drivers/net/wireless/broadcom/b43/
H A DMakefile2 b43-y += main.o
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dcsum.py99 def main() -> None: function
122 main()
H A Dpp_alloc_fail.py120 def main() -> None: function
129 main()
/linux-master/tools/testing/selftests/net/
H A Dnl_netdev.py90 def main() -> None: function
98 main()
/linux-master/tools/sound/
H A Ddapm-graph99 local dot_file="${tmp_dir}/main.dot"
159 local dot_file="${tmp_dir}/main.dot"
198 local dot_file="${tmp_dir}/main.dot"
217 main() function
294 cp "${tmp_dir}/main.dot" "${dot_file}"
303 main "${@}"
/linux-master/arch/riscv/kvm/
H A DMakefile12 kvm-y += main.o
/linux-master/drivers/net/wan/
H A Dhdlc_fr.c114 struct net_device *main; member in struct:pvc_device
211 return pvc->main || pvc->ether;
217 if (pvc->main)
218 if (!netif_carrier_ok(pvc->main))
219 netif_carrier_on(pvc->main);
224 if (pvc->main)
225 if (netif_carrier_ok(pvc->main))
226 netif_carrier_off(pvc->main);
257 return &pvc->main;
442 pvc->main
[all...]
/linux-master/arch/x86/tools/
H A Drelocs_common.c19 int main(int argc, char **argv) function
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c29 int main(int argc, char **argv) function
/linux-master/drivers/media/pci/ivtv/
H A DMakefile7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o
/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c56 int main(int argc, char *argv[]) function
/linux-master/drivers/zorro/
H A Dgen-devlist.c30 main(void) function
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c26 int main(int argc, char const *argv[]) function
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dsegv_errors.c75 int main(void) function
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-001.c47 int main(void) function
H A Dsetns-dcache.c45 int main(void) function

Completed in 900 milliseconds

<<11121314151617181920>>