HomeSort by relevance Sort by last modified time
    Searched defs:smc_diag_cursor (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
smc_diag.h 57 struct smc_diag_cursor { struct
67 struct smc_diag_cursor rx_prod;
68 struct smc_diag_cursor rx_cons;
69 struct smc_diag_cursor tx_prod;
70 struct smc_diag_cursor tx_cons;
75 struct smc_diag_cursor tx_prep;
76 struct smc_diag_cursor tx_sent;
77 struct smc_diag_cursor tx_fin;
  /external/kernel-headers/original/uapi/linux/
smc_diag.h 57 struct smc_diag_cursor { struct
69 struct smc_diag_cursor rx_prod; /* received producer cursor */
70 struct smc_diag_cursor rx_cons; /* received consumer cursor */
72 struct smc_diag_cursor tx_prod; /* sent producer cursor */
73 struct smc_diag_cursor tx_cons; /* sent consumer cursor */
79 struct smc_diag_cursor tx_prep; /* prepared to be sent cursor */
80 struct smc_diag_cursor tx_sent; /* sent cursor */
81 struct smc_diag_cursor tx_fin; /* confirmed sent cursor */
  /external/strace/linux/
smc_diag.h 38 struct smc_diag_cursor { struct
49 struct smc_diag_cursor rx_prod;
50 struct smc_diag_cursor rx_cons;
51 struct smc_diag_cursor tx_prod;
52 struct smc_diag_cursor tx_cons;
57 struct smc_diag_cursor tx_prep;
58 struct smc_diag_cursor tx_sent;
59 struct smc_diag_cursor tx_fin;

Completed in 805 milliseconds