Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Draw_vec.rs74 Self::new_in(Global) in new()
122 pub const fn new_in(alloc: A) -> Self { in new_in() method
180 Self::new_in(alloc) in allocate_in()
215 return Ok(Self::new_in(alloc)); in try_allocate_in()
Dboxed.rs382 pub fn new_in(x: T, alloc: A) -> Self in new_in() method
576 Self::into_pin(Self::new_in(x, alloc)) in pin_in()
/Linux-v6.6/rust/alloc/vec/
Dinto_iter.rs361 super::Vec::new_in(Default::default()).into_iter() in default()
Dmod.rs667 pub const fn new_in(alloc: A) -> Self { in new_in() method
668 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()
/Linux-v6.6/net/ipv6/
Dmcast.c2421 int new_in, rv; in sf_setstate() local
2426 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()
2429 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()
2430 if (new_in) { in sf_setstate()
/Linux-v6.6/net/ipv4/
Digmp.c2023 int new_in, rv; in sf_setstate() local
2028 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()
2031 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()
2032 if (new_in) { in sf_setstate()