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()
294 unsigned long map_state; /* pointer/poison value for maps */ member
181 return BPF_MAP_PTR(aux->map_state) == BPF_MAP_PTR_POISON; in bpf_map_ptr_poisoned()186 return aux->map_state & BPF_MAP_PTR_UNPRIV; in bpf_map_ptr_unpriv()194 aux->map_state = (unsigned long)map | in bpf_map_ptr_store()3919 if (!BPF_MAP_PTR(aux->map_state)) in record_func_map()3922 else if (BPF_MAP_PTR(aux->map_state) != meta->map_ptr) in record_func_map()9040 map_ptr = BPF_MAP_PTR(aux->map_state); in fixup_bpf_calls()9074 map_ptr = BPF_MAP_PTR(aux->map_state); in fixup_bpf_calls()
2904 static unsigned int map_state(sector_t lba, unsigned int *num) in map_state() function3549 mapped = map_state(lba, &num); in resp_get_lba_status()