Home
last modified time | relevance | path

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

/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c2809 local lock *outb_write_more = NULL; variable
2821 possess(outb_write_more); in outb_write()
2822 wait_for(outb_write_more, TO_BE, 1); in outb_write()
2827 twist(outb_write_more, TO, 0); in outb_write()
2863 if (outb_write_more == NULL) { in outb()
2864 outb_write_more = new_lock(0); in outb()
2873 possess(outb_write_more); in outb()
2874 wait_for(outb_write_more, TO_BE, 0); in outb()
2880 twist(outb_write_more, TO, 1); in outb()
2889 free_lock(outb_write_more); in outb()
[all …]