Home
last modified time | relevance | path

Searched refs:target_index (Results 1 – 25 of 42) sorted by relevance

12

/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpu-drivers.rst32 1.4 target/target_index 或 setpolicy?
33 1.5 target/target_index
62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差異見
126 | | cpufreq_driver.target/target_index |
152 1.4 target 或 target_index 或 setpolicy 或 fast_switch?
156 可以使用->target(),->target_index()或->fast_switch()回調。
161 1.5. target/target_index
164 target_index調用有兩個參數: ``struct cpufreq_policy * policy`` 和 ``unsigned int``
208 僅適用於未設置 target_index() 和 CPUFREQ_ASYNC_NOTIFICATION 的驅動。
212 target_intermediate()或target_index()中處理它們。
[all …]
/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpu-drivers.rst32 1.4 target/target_index 或 setpolicy?
33 1.5 target/target_index
62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差异见
126 | | cpufreq_driver.target/target_index |
152 1.4 target 或 target_index 或 setpolicy 或 fast_switch?
156 可以使用->target(),->target_index()或->fast_switch()回调。
161 1.5. target/target_index
164 target_index调用有两个参数: ``struct cpufreq_policy * policy`` 和 ``unsigned int``
208 仅适用于未设置 target_index() 和 CPUFREQ_ASYNC_NOTIFICATION 的驱动。
212 target_intermediate()或target_index()中处理它们。
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c154 int target_index = -1; in setup() local
161 target_index = if_nametoindex(tun_dev); in setup()
162 if (!ASSERT_GE(target_index, 0, "if_nametoindex")) in setup()
175 target_index); in setup()
H A Dlwt_redirect.c195 int target_index = -1; in setup_redirect_target() local
202 target_index = if_nametoindex(target_dev); in setup_redirect_target()
203 if (!ASSERT_GE(target_index, 0, "if_nametoindex")) in setup_redirect_target()
/linux/Documentation/cpu-freq/
H A Dcpu-drivers.rst20 1.4 target/target_index or setpolicy?
21 1.5 target/target_index
52 .setpolicy _or_ .fast_switch _or_ .target _or_ .target_index - See
125 | | cpufreq_driver.target/target_index is|
154 1.4 target or target_index or setpolicy or fast_switch?
159 these, you use the ->target(), ->target_index() or ->fast_switch()
166 1.5. target/target_index
169 The target_index call has two arguments: ``struct cpufreq_policy *policy``,
222 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
228 target_intermediate() or target_index().
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst131 target_data_row := <target_index> "," <target_begin> "," <target_len> "," <target_name> ","
133 target_index := "target_index=" <N>
163target_index=0,target_begin=0,target_len=2,target_name=linear,target_version=1.4.0,device_name=7:0…
164target_index=1,target_begin=2,target_len=2,target_name=linear,target_version=1.4.0,device_name=7:0…
165target_index=2,target_begin=4,target_len=2,target_name=linear,target_version=1.4.0,device_name=7:0…
166target_index=3,target_begin=6,target_len=2,target_name=linear,target_version=1.4.0,device_name=7:0…
370target_index=0,target_begin=0,target_len=28672,target_name=cache,target_version=2.2.0,metadata_mod…
414 target_index=0,target_begin=0,target_len=1953125,target_name=crypt,target_version=1.23.0,
457 target_index=0,target_begin=0,target_len=7856,target_name=integrity,target_version=1.10.0,
484 target_index=0,target_begin=0,target_len=28672,target_name=linear,target_version=1.4.0,
[all …]
/linux/drivers/cpufreq/
H A Dsc520_freq.c92 .target_index = sc520_freq_target,
H A Delanfreq.c194 .target_index = elanfreq_target,
H A Dppc_cbe_cpufreq.c135 .target_index = cbe_cpufreq_target,
H A Dsparc-us3-cpufreq.c152 .target_index = us3_freq_target,
H A Dbmips-cpufreq.c149 .target_index = bmips_cpufreq_target_index,
H A Ds3c64xx-cpufreq.c198 .target_index = s3c64xx_cpufreq_set_target,
H A Dspear-cpufreq.c165 .target_index = spear_cpufreq_target,
H A Domap-cpufreq.c144 .target_index = omap_target,
H A Dp4-clockmod.c226 .target_index = cpufreq_p4_target,
H A Dspeedstep-ich.c315 .target_index = speedstep_target,
H A Dpasemi-cpufreq.c247 .target_index = pas_cpufreq_target,
H A Dpowernow-k6.c251 .target_index = powernow_k6_target,
H A Dpxa3xx-cpufreq.c213 .target_index = pxa3xx_cpufreq_set,
H A Dspeedstep-smi.c294 .target_index = speedstep_target,
H A Dpxa2xx-cpufreq.c291 .target_index = pxa_set_target,
H A Dcpufreq.c73 return cpufreq_driver->target_index || cpufreq_driver->target; in has_target()
78 return !!cpufreq_driver->target_index; in has_target_index()
2292 retval = cpufreq_driver->target_index(policy, index); in __target_index()
2352 if (!cpufreq_driver->target_index) in __cpufreq_driver_target()
2909 !(driver_data->setpolicy || driver_data->target_index || in cpufreq_register_driver()
2911 (driver_data->setpolicy && (driver_data->target_index || in cpufreq_register_driver()
H A Dsa1110-cpufreq.c316 .target_index = sa1110_target,
/linux/drivers/md/
H A Ddm-verity-fec.c206 int i, j, target_index = -1; in fec_read_bufs() local
234 target_index = i; in fec_read_bufs()
301 return target_index; in fec_read_bufs()
/linux/fs/ocfs2/
H A Daops.c1028 unsigned long start, target_index, end_index, index; in ocfs2_grab_pages_for_write() local
1032 target_index = user_pos >> PAGE_SHIFT; in ocfs2_grab_pages_for_write()
1056 start = target_index; in ocfs2_grab_pages_for_write()
1063 if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write()
1083 } else if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write()
1099 if (index == target_index) in ocfs2_grab_pages_for_write()

12