Home
last modified time | relevance | path

Searched refs:from_fp (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
A Dcopyfile.c19 FILE *from_fp, *to_fp; in slow_copyfile() local
23 from_fp = fopen(from, "r"); in slow_copyfile()
25 if (from_fp == NULL) in slow_copyfile()
32 while (getline(&line, &n, from_fp) > 0) in slow_copyfile()
40 fclose(from_fp); in slow_copyfile()
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_cmn.c89 struct bnx2x_fastpath *from_fp = &bp->fp[from]; in bnx2x_move_fp() local
100 from_fp->napi = to_fp->napi; in bnx2x_move_fp()
103 memcpy(to_fp, from_fp, sizeof(*to_fp)); in bnx2x_move_fp()

Completed in 12 milliseconds