Searched refs:first_value_ptr (Results 1 – 5 of 5) sorted by relevance
65 let first_value_ptr = in relocation() localVariable66 bpf_map.inner_map().lock().first_value_ptr()? as usize; in relocation()72 Some(first_value_ptr + offset) in relocation()
156 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method215 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method216 self.per_cpu_data.get_mut().first_value_ptr() in first_value_ptr()280 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
153 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method154 self.per_cpu_maps.get_mut().first_value_ptr() in first_value_ptr()
103 fn first_value_ptr(&self) -> Result<*const u8> { in first_value_ptr() method
232 fn first_value_ptr(&self) -> *const u8 {