dse 101 arch/x86/events/intel/ds.c union intel_x86_pebs_dse dse; dse 104 arch/x86/events/intel/ds.c dse.val = status; dse 113 arch/x86/events/intel/ds.c if (dse.st_stlb_miss) dse 123 arch/x86/events/intel/ds.c if (dse.st_l1d_hit) dse 131 arch/x86/events/intel/ds.c if (dse.st_locked) dse 139 arch/x86/events/intel/ds.c union perf_mem_data_src dse; dse 141 arch/x86/events/intel/ds.c dse.val = PERF_MEM_NA; dse 144 arch/x86/events/intel/ds.c dse.mem_op = PERF_MEM_OP_STORE; dse 146 arch/x86/events/intel/ds.c dse.mem_op = PERF_MEM_OP_LOAD; dse 158 arch/x86/events/intel/ds.c dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_HIT; dse 160 arch/x86/events/intel/ds.c dse.mem_lvl = PERF_MEM_LVL_L1 | PERF_MEM_LVL_MISS; dse 162 arch/x86/events/intel/ds.c return dse.val; dse 167 arch/x86/events/intel/ds.c union intel_x86_pebs_dse dse; dse 170 arch/x86/events/intel/ds.c dse.val = status; dse 175 arch/x86/events/intel/ds.c val = pebs_data_source[dse.ld_dse]; dse 189 arch/x86/events/intel/ds.c if (dse.ld_stlb_miss) dse 197 arch/x86/events/intel/ds.c if (dse.ld_locked) dse 217 arch/x86/events/intel/ds.c u64 status, dla, dse, lat; dse 229 arch/x86/events/intel/ds.c u64 status, dla, dse, lat; dse 258 arch/x86/events/intel/ds.c u64 status, dla, dse, lat; dse 1373 arch/x86/events/intel/ds.c data->data_src.val = get_data_src(event, pebs->dse); dse 38 net/netfilter/nft_meta.c unsigned int dse; dse 42 net/netfilter/nft_meta.c dse = div_u64(secs, NFT_META_SECS_PER_DAY); dse 43 net/netfilter/nft_meta.c wday = (4 + dse) % NFT_META_DAYS_PER_WEEK; dse 29 net/netfilter/xt_time.c unsigned int dse; dse 99 net/netfilter/xt_time.c r->dse = time / 86400; dse 105 net/netfilter/xt_time.c r->weekday = (4 + r->dse - 1) % 7 + 1; dse 110 net/netfilter/xt_time.c unsigned int year, i, w = r->dse;