Searched refs:sbuf (Results 76 - 77 of 77) sorted by path

1234

/linux-master/tools/testing/selftests/net/
H A Dtap.c235 uint16_t *sbuf = (uint16_t *)buf; local
238 sum += *sbuf++;
243 sum += *(uint8_t *)sbuf;
/linux-master/tools/testing/selftests/sync/
H A Dsync_test.c67 struct stat sbuf; local
70 ret = stat("/sys/kernel/debug/sync/sw_sync", &sbuf);

Completed in 206 milliseconds

1234