Searched refs:mem_value (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/kernel/
H A Dsys_m68k.c471 unsigned long mem_value; sys_atomic_cmpxchg_32() local
491 __get_user(mem_value, mem); sys_atomic_cmpxchg_32()
492 if (mem_value == oldval) sys_atomic_cmpxchg_32()
497 return mem_value; sys_atomic_cmpxchg_32()
538 unsigned long mem_value; sys_atomic_cmpxchg_32() local
542 mem_value = *mem; sys_atomic_cmpxchg_32()
543 if (mem_value == oldval) sys_atomic_cmpxchg_32()
547 return mem_value; sys_atomic_cmpxchg_32()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_pm.c1734 * mem_value must be in 0.1us units.
1738 uint32_t mem_value, ilk_compute_pri_wm()
1747 method1 = ilk_wm_method1(ilk_pipe_pixel_rate(cstate), bpp, mem_value); ilk_compute_pri_wm()
1756 mem_value); ilk_compute_pri_wm()
1763 * mem_value must be in 0.1us units.
1767 uint32_t mem_value) ilk_compute_spr_wm()
1775 method1 = ilk_wm_method1(ilk_pipe_pixel_rate(cstate), bpp, mem_value); ilk_compute_spr_wm()
1780 mem_value); ilk_compute_spr_wm()
1786 * mem_value must be in 0.1us units.
1790 uint32_t mem_value) ilk_compute_cur_wm()
1801 mem_value); ilk_compute_cur_wm()
1736 ilk_compute_pri_wm(const struct intel_crtc_state *cstate, const struct intel_plane_state *pstate, uint32_t mem_value, bool is_lp) ilk_compute_pri_wm() argument
1765 ilk_compute_spr_wm(const struct intel_crtc_state *cstate, const struct intel_plane_state *pstate, uint32_t mem_value) ilk_compute_spr_wm() argument
1788 ilk_compute_cur_wm(const struct intel_crtc_state *cstate, const struct intel_plane_state *pstate, uint32_t mem_value) ilk_compute_cur_wm() argument
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Ddebug.c2143 debugfs_create_file("mem_value", S_IRUSR | S_IWUSR, ath10k_debug_register()

Completed in 231 milliseconds