Searched refs:new_in (Results 1 – 5 of 5) sorted by relevance
75 Self::new_in(Global) in new()123 pub const fn new_in(alloc: A) -> Self { in new_in() method174 Self::new_in(alloc) in allocate_in()
361 pub const fn new_in(x: T, alloc: A) -> Self in new_in() method557 Self::into_pin(Self::new_in(x, alloc)) in pin_in()
567 pub const fn new_in(alloc: A) -> Self { in new_in() method568 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()
2423 int new_in, rv; in sf_setstate() local2428 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()2431 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()2432 if (new_in) { in sf_setstate()
2022 int new_in, rv; in sf_setstate() local2027 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()2030 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()2031 if (new_in) { in sf_setstate()