Searched refs:map_state (Results 1 – 5 of 5) sorted by relevance
60 enum buffer_map_state map_state; member
28 (req->map_state != UN_MAPPED))38 request->map_state = UN_MAPPED; in map_dma_buffer()70 request->map_state = MUSB_MAPPED; in map_dma_buffer()78 request->map_state = PRE_MAPPED; in map_dma_buffer()96 if (request->map_state == MUSB_MAPPED) { in unmap_dma_buffer()112 request->map_state = UN_MAPPED; in unmap_dma_buffer()
145 unsigned long map_state; /* pointer/poison value for maps */ member
167 return BPF_MAP_PTR(aux->map_state) == BPF_MAP_PTR_POISON; in bpf_map_ptr_poisoned()172 return aux->map_state & BPF_MAP_PTR_UNPRIV; in bpf_map_ptr_unpriv()180 aux->map_state = (unsigned long)map | in bpf_map_ptr_store()2465 if (!BPF_MAP_PTR(aux->map_state)) in record_func_map()2468 else if (BPF_MAP_PTR(aux->map_state) != meta->map_ptr) in record_func_map()5778 map_ptr = BPF_MAP_PTR(aux->map_state); in fixup_bpf_calls()5809 map_ptr = BPF_MAP_PTR(aux->map_state); in fixup_bpf_calls()
2911 static unsigned int map_state(sector_t lba, unsigned int *num) in map_state() function3574 mapped = map_state(lba, &num); in resp_get_lba_status()