Home
last modified time | relevance | path

Searched refs:die_on (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c101 #define die_on(cond, ...) do { \ macro
382 die_on(!t->buf, "malloc"); in init_thread()
385 die_on(t->fd < 0, "%s", t->filename); in init_thread()
468 die_on(pthread_create(&t->id, NULL, start_thread_helper, t) < 0, in start_thread()
649 die_on(ret < 0, "%s: write: descriptors", t->filename); in ep0_init()
653 die_on(ret < 0, "%s: write: strings", t->filename); in ep0_init()
/kernel/linux/linux-6.6/tools/usb/
H A Dffs-test.c101 #define die_on(cond, ...) do { \ macro
382 die_on(!t->buf, "malloc"); in init_thread()
385 die_on(t->fd < 0, "%s", t->filename); in init_thread()
468 die_on(pthread_create(&t->id, NULL, start_thread_helper, t) < 0, in start_thread()
649 die_on(ret < 0, "%s: write: descriptors", t->filename); in ep0_init()
653 die_on(ret < 0, "%s: write: strings", t->filename); in ep0_init()

Completed in 3 milliseconds