Searched refs:fin (Results 1 – 3 of 3) sorted by relevance
/tools/vm/ |
D | page_owner_sort.c | 34 int read_block(char *buf, int buf_size, FILE *fin) in read_block() argument 38 while (buf_end - curr > 1 && fgets(curr, buf_end - curr, fin)) { in read_block() 89 FILE *fin, *fout; in main() local 101 fin = fopen(argv[1], "r"); in main() 103 if (!fin || !fout) { in main() 109 fstat(fileno(fin), &st); in main() 120 ret = read_block(buf, BUF_SIZE, fin); in main()
|
/tools/bpf/ |
D | bpf_dbg.c | 1318 static void init_shell(FILE *fin, FILE *fout) in init_shell() argument 1325 rl_instream = fin; in init_shell() 1350 static void exit_shell(FILE *fin, FILE *fout) in exit_shell() argument 1362 if (fin != stdin) in exit_shell() 1363 fclose(fin); in exit_shell() 1368 static int run_shell_loop(FILE *fin, FILE *fout) in run_shell_loop() argument 1372 init_shell(fin, fout); in run_shell_loop() 1384 exit_shell(fin, fout); in run_shell_loop() 1390 FILE *fin = NULL, *fout = NULL; in main() local 1393 fin = fopen(argv[1], "r"); in main() [all …]
|
/tools/testing/selftests/netfilter/ |
D | nft_flowtable.sh | 144 tcp flags fin,rst ct mark set 0 accept
|