Home
last modified time | relevance | path

Searched defs:pipeline (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/tools/tools/netrate/juggle/
H A Djuggle.c233 juggle(int fd1, int fd2, int pipeline) in juggle()
315 thread_juggle(int fd1, int fd2, int pipeline) in thread_juggle()
374 process_juggle(int fd1, int fd2, int pipeline) in process_juggle()
/freebsd-src/crypto/openssl/test/
H A Dsslbuffertest.c182 int i, pipeline = test > 3; in test_free_buffers() local
/freebsd-src/sbin/hastd/
H A Dhast_proto.c67 static struct hast_pipe_stage pipeline[] = { variable
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzio.c892 zio_create(zio_t * pio,spa_t * spa,uint64_t txg,const blkptr_t * bp,abd_t * data,uint64_t lsize,uint64_t psize,zio_done_func_t * done,void * private,zio_type_t type,zio_priority_t priority,zio_flag_t flags,vdev_t * vd,uint64_t offset,const zbookmark_phys_t * zb,enum zio_stage stage,enum zio_stage pipeline) zio_create() argument
1537 enum zio_stage pipeline = ZIO_VDEV_CHILD_PIPELINE; zio_vdev_child_io() local
2308 enum zio_stage pipeline = zio->io_pipeline; __zio_execute() local
[all...]
/freebsd-src/bin/sh/
H A Dparser.c362 pipeline(void) in pipeline() function