Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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()
H A Dboxed.rs382 pub fn new_in(x: T, alloc: A) -> Self in new_in() method
584 Self::into_pin(Self::new_in(x, alloc)) in pin_in()
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs361 super::Vec::new_in(Default::default()).into_iter() in default()
H A Dmod.rs665 pub const fn new_in(alloc: A) -> Self { in new_in() method
666 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()
/openbmc/linux/net/ipv4/
H A Digmp.c2025 int new_in, rv; in sf_setstate() local
2030 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()
2033 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()
2034 if (new_in) { in sf_setstate()
/openbmc/linux/net/ipv6/
H A Dmcast.c2420 int new_in, rv; in sf_setstate() local
2425 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()
2428 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()
2429 if (new_in) { in sf_setstate()