| /linux/tools/power/cpupower/utils/idle_monitor/ |
| H A D | mperf_monitor.c | 94 unsigned long long *mval) in get_aperf_mperf() argument 119 *mval = ((low_m) | (high_m) << 32); in get_aperf_mperf() 125 ret |= read_msr(cpu, MSR_MPERF, mval); in get_aperf_mperf() 132 unsigned long long aval, mval; in mperf_init_stats() local 135 ret = get_aperf_mperf(cpu, &aval, &mval); in mperf_init_stats() 137 mperf_previous_count[cpu] = mval; in mperf_init_stats() 145 unsigned long long aval, mval; in mperf_measure_stats() local 148 ret = get_aperf_mperf(cpu, &aval, &mval); in mperf_measure_stats() 150 mperf_current_count[cpu] = mval; in mperf_measure_stats()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_io.c | 191 unsigned mval = func->card->host->max_blk_size; in sdio_max_byte_size() local 194 mval = min(mval, func->cur_blksize); in sdio_max_byte_size() 196 mval = min(mval, func->max_blksize); in sdio_max_byte_size() 199 return min(mval, 511u); in sdio_max_byte_size() 201 return min(mval, 512u); /* maximum size for byte mode */ in sdio_max_byte_size()
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_fast.c | 132 U32 mval; in ZSTD_match4Found_branch() local 134 mval = MEM_read32(matchAddress); in ZSTD_match4Found_branch() 136 mval = MEM_read32(currentPtr) ^ 1; /* guaranteed to not match. */ in ZSTD_match4Found_branch() 139 return (MEM_read32(currentPtr) == mval); in ZSTD_match4Found_branch() 822 U32 const mval = idx >= dictStartIndex ? in ZSTD_compressBlock_fast_extDict_generic() local 827 if (MEM_read32(ip0) == mval) { in ZSTD_compressBlock_fast_extDict_generic() 850 U32 const mval = idx >= dictStartIndex ? in ZSTD_compressBlock_fast_extDict_generic() local 855 if (MEM_read32(ip0) == mval) { in ZSTD_compressBlock_fast_extDict_generic()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9051.c | 219 unsigned int mval; in dm9051_nsr_poll() local 222 ret = regmap_read_poll_timeout(db->regmap_dm, DM9051_NSR, mval, in dm9051_nsr_poll() 223 mval & (NSR_TX2END | NSR_TX1END), 1, 20); in dm9051_nsr_poll() 231 unsigned int mval; in dm9051_epcr_poll() local 234 ret = regmap_read_poll_timeout(db->regmap_dm, DM9051_EPCR, mval, in dm9051_epcr_poll() 235 !(mval & EPCR_ERRE), 100, 10000); in dm9051_epcr_poll()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-zynq.c | 756 #define DEFINE_ZYNQ_PINMUX_FUNCTION(fname, mval) \ argument 761 .mux_val = mval, \ 764 #define DEFINE_ZYNQ_PINMUX_FUNCTION_MUX(fname, mval, offset, mask, shift)\ argument 769 .mux_val = mval, \
|
| H A D | pinctrl-bm1880.c | 650 #define BM1880_PINMUX_FUNCTION(fname, mval) \ argument 655 .mux_val = mval, \
|
| /linux/kernel/futex/ |
| H A D | core.c | 1018 u32 uval, nval, mval; in handle_futex_death() local 1087 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death() 1098 if ((err = futex_cmpxchg_value_locked(&nval, uaddr, uval, mval))) { in handle_futex_death()
|
| /linux/fs/ufs/ |
| H A D | super.c | 1310 unsigned mval = sbi->s_flavour; in ufs_show_options() local 1314 while (tp->value && tp->value != mval) in ufs_show_options() 1319 mval = sbi->s_on_err; in ufs_show_options() 1320 while (tp->value && tp->value != mval) in ufs_show_options()
|
| /linux/fs/ |
| H A D | inode.c | 1736 int mval; in find_inode_nowait() local 1742 mval = match(inode, hashval, data); in find_inode_nowait() 1743 if (mval == 0) in find_inode_nowait() 1745 if (mval == 1) in find_inode_nowait()
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 2581 #define DEVINET_SYSCTL_ENTRY(attr, name, mval, proc) \ argument 2587 .mode = mval, \
|
| /linux/net/core/ |
| H A D | neighbour.c | 3769 #define NEIGH_SYSCTL_ENTRY(attr, data_attr, name, mval, proc) \ argument 3774 .mode = mval, \
|