Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/
A Draw_vec.rs75 Self::new_in(Global) in new()
123 pub const fn new_in(alloc: A) -> Self { in new_in() method
181 Self::new_in(alloc) in allocate_in()
216 return Ok(Self::new_in(alloc)); in try_allocate_in()
A Dboxed.rs361 pub const fn new_in(x: T, alloc: A) -> Self in new_in() method
557 Self::into_pin(Self::new_in(x, alloc)) in pin_in()
/linux-6.3-rc2/net/ipv6/
A Dmcast.c2423 int new_in, rv; in sf_setstate() local
2428 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()
/linux-6.3-rc2/net/ipv4/
A Digmp.c2022 int new_in, rv; in sf_setstate() local
2027 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()
/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs611 pub const fn new_in(alloc: A) -> Self { in new_in() method
612 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()

Completed in 23 milliseconds