Home
last modified time | relevance | path

Searched defs:to_remove (Results 1 – 3 of 3) sorted by relevance

/linux/samples/rust/
H A Drust_debugfs_scoped.rs38 let to_remove = CStr::from_bytes_with_nul(&buf[..nul_idx + 1]).map_err(|_| EINVAL)?; remove_file_write() localVariable
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c67 bool to_remove; member
/linux/security/apparmor/
H A Dpolicy.c201 struct aa_profile *curr, *to_remove; in __remove_profile() local