Home
last modified time | relevance | path

Searched refs:atol (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/splice/
H A Dsplice_read.c30 size = atol(argv[2]); in main()
/linux/tools/testing/selftests/sched_ext/
H A Dutil.c55 return atol(buf); in file_read_long()
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c141 return atol(buf); in cg_read_long()
151 return atol(buf); in cg_read_long_fd()
166 return atol(ptr + strlen(key)); in cg_read_key_long()
/linux/tools/testing/selftests/mm/
H A Dmap_hugetlb.c61 length = atol(argv[1]) << 20; in main()
H A Duffd-stress.c448 bytes = atol(argv[2]) * 1024 * 1024; in main()
H A Dksm_tests.c797 page_count = atol(optarg); in main()
/linux/tools/perf/tests/shell/coresight/memcpy_thread/
H A Dmemcpy_thread.c59 thr = atol(argv[2]); in main()
/linux/tools/include/nolibc/
H A Dstdlib.h41 long atol(const char *s) in atol() function
66 return atol(s); in atoi()
/linux/tools/testing/selftests/rseq/
H A Dparam_test.c1504 loop_cnt[argv[i][1] - '0'] = atol(argv[i + 1]); in main()
1512 opt_modulo = atol(argv[i + 1]); in main()
1524 opt_sleep = atol(argv[i + 1]); in main()
1545 opt_disable_mod = atol(argv[i + 1]); in main()
1557 opt_threads = atol(argv[i + 1]); in main()
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c498 chunk_size = atol(optarg); in main()
501 map_align = atol(optarg); in main()
/linux/tools/thermal/tmon/
H A Dsysfs.c159 return atol(ch + skip); in get_instance_id()
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c353 arp_entry.mac = atol(mac); in read_arp()