HomeSort by: relevance | last modified time | path
    Searched defs:new_st (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scatterlist.c 17 struct sg_table new_st; local in function:i915_sg_trim
24 if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN))
27 new_sg = new_st.sgl;
39 *orig_st = new_st;
  /src/sbin/routed/
rdisc.c 463 u_int new_st = 0; local in function:rdisc_sort
495 || (!((new_st ^ drp->dr_ifp->int_state) & IS_SICK)
501 || ((new_st & IS_SICK)
504 new_st = drp->dr_ifp->int_state;

Completed in 13 milliseconds