Home
last modified time | relevance | path

Searched defs:SHARED (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/irq/
H A Dflags.rs46 pub const SHARED: Flags = Flags::new(bindings::IRQF_SHARED); constant
/linux/tools/testing/selftests/bpf/
H A Durandom_read_lib1.c6 #define SHARED 1 macro
H A Durandom_read.c14 #define SHARED 1 macro
/linux/rust/kernel/mm/
H A Dvirt.rs408 pub const SHARED: vm_flags_t = bindings::VM_SHARED as vm_flags_t; global() constant
/linux/mm/
H A Dfilemap.c1220 SHARED, /* Hold ref to page and check the bit when woken, like enumerator