Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Draw_vec.rs75 Self::new_in(Global) in new()
123 pub const fn new_in(alloc: A) -> Self { in new_in() method
174 Self::new_in(alloc) in allocate_in()
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.1.9/rust/alloc/vec/
Dmod.rs567 pub const fn new_in(alloc: A) -> Self { in new_in() method
568 Vec { buf: RawVec::new_in(alloc), len: 0 } in new_in()
/linux-6.1.9/net/ipv6/
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.1.9/net/ipv4/
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()