Home
last modified time | relevance | path

Searched refs:idx_mask (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/alpha/kernel/
Dperf_event.c51 unsigned long idx_mask; member
410 cpuc->idx_mask = 0; in maybe_change_configuration()
422 cpuc->idx_mask |= (1<<cpuc->current_idx[j]); in maybe_change_configuration()
513 cpuc->idx_mask &= ~(1UL<<idx); in alpha_pmu_del()
538 cpuc->idx_mask &= ~(1UL<<hwc->idx); in alpha_pmu_stop()
567 cpuc->idx_mask |= 1UL<<hwc->idx; in alpha_pmu_start()
743 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_pmu_enable()
762 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_pmu_disable()
826 wrperfmon(PERFMON_CMD_DISABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()
833 wrperfmon(PERFMON_CMD_ENABLE, cpuc->idx_mask); in alpha_perf_event_irq_handler()
[all …]
/Linux-v4.19/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.h106 unsigned int idx_mask; member
246 ppm->tformat.idx_mask; in cxgbi_ppm_ddp_tag_get_idx()
303 tformat->idx_mask = (1 << tformat->idx_bits) - 1; in cxgbi_tagmask_check()
/Linux-v4.19/net/mac80211/
Dmesh.h172 u32 idx_mask; member
Dmesh.c170 sdata->u.mesh.rmc->idx_mask = RMC_BUCKETS - 1; in mesh_rmc_init()
225 idx = le32_to_cpu(mesh_hdr->seqnum) & rmc->idx_mask; in mesh_rmc_check()
/Linux-v4.19/fs/ceph/
Ddir.c126 unsigned idx_mask = (PAGE_SIZE / sizeof(struct dentry *)) - 1; in __dcache_find_get_entry() local
146 cache_ctl->index = idx & idx_mask; in __dcache_find_get_entry()