Home
last modified time | relevance | path

Searched refs:__buf (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/vfio/
H A Dvfio_pci_device_test.c44 char __buf[32]; \
49 ASSERT_GT(read(__fd, __buf, ARRAY_SIZE(__buf)), 0); \
51 (u16)strtoul(__buf, NULL, 0); \
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h47 char __buf[MAX_STRERR_LEN]; \
48 libbpf_strerror((err), __buf, sizeof(__buf)); \
49 FAIL("%s: %s", (msg), __buf); \
/linux/include/uapi/linux/
H A Dsem.h51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
/linux/fs/
H A Dd_path.c16 #define DECLARE_BUFFER(__name, __buf, __len) \ argument
17 struct prepend_buffer __name = {.buf = __buf + __len, .len = __len}
/linux/include/linux/surface_aggregator/
H A Dcontroller.h241 struct ssam_span __buf = { &__data[0], ARRAY_SIZE(__data) }; \
243 ssam_request_do_sync_with_buffer(ctrl, rqst, rsp, &__buf); \
/linux/tools/perf/
H A Dbuiltin-c2c.c2972 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument
2973 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \