Home
last modified time | relevance | path

Searched refs:ev_mask (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/arch/x86/util/
H A Devsel.c82 __u64 ev_mask, pr_ev_mask; in arch_evsel__apply_ratio_to_prev() local
119 ev_mask = 1ull << evsel_idx; in arch_evsel__apply_ratio_to_prev()
122 prev_attr->config2 = ev_mask; in arch_evsel__apply_ratio_to_prev()
123 attr->config2 = ev_mask | pr_ev_mask; in arch_evsel__apply_ratio_to_prev()
/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c844 lpfc_bsg_event_new(uint32_t ev_mask, int ev_reg_id, uint32_t ev_req_id) in lpfc_bsg_event_new() argument
853 evt->type_mask = ev_mask; in lpfc_bsg_event_new()
1189 uint32_t ev_mask; in lpfc_bsg_hba_set_event() local
1203 ev_mask = ((uint32_t)(unsigned long)event_req->type_mask & in lpfc_bsg_hba_set_event()
1225 evt = lpfc_bsg_event_new(ev_mask, event_req->ev_reg_id, in lpfc_bsg_hba_set_event()