Searched defs:repost (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c40 static int oce_rq_charge(struct oce_rq *rq, uint32_t nbufs, boolean_t repost);
267 oce_rq_charge(struct oce_rq *rq, uint32_t nbufs, boolean_t repost) argument
281 if (!repost) {
284 /* just repost the buffers from shadow ring */
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c348 * condition is persistent, this routine will repost t_pre_sys.
358 int repost; local
360 t->t_pre_sys = repost = 0; /* clear pre-syscall processing flag */
399 repost = 1;
439 repost = 1;
450 t->t_pre_sys = 1; /* repost anyway */
462 t->t_pre_sys = 1; /* repost anyway */
466 repost = 1;
476 repost = 1;
518 if (repost)
542 int repost = 0; local
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c233 * condition is persistent, this routine will repost t_pre_sys.
242 int repost; local
244 t->t_pre_sys = repost = 0; /* clear pre-syscall processing flag */
326 repost = 1;
347 t->t_pre_sys = 1; /* repost anyway */
362 t->t_pre_sys = 1; /* repost anyway */
366 repost = 1;
376 repost = 1;
418 if (repost)
432 * If the condition is persistent, this routine will repost t_post_sy
443 int repost = 0; local
[all...]

Completed in 63 milliseconds