Home
last modified time | relevance | path

Searched full:smaller (Results 1 – 25 of 2247) sorted by relevance

12345678910>>...90

/kernel/linux/linux-5.10/fs/jfs/
Djfs_extent.c117 * try to allocate a smaller number of blocks (producing a smaller in extAlloc()
118 * extent), with this smaller number of blocks consisting of the in extAlloc()
119 * requested number of blocks rounded down to the next smaller in extAlloc()
122 * is smaller than the number of blocks per page. in extAlloc()
472 * a smaller number of blocks (producing a smaller extent), with
473 * this smaller number of blocks consisting of the requested
474 * number of blocks rounded down to the next smaller power of 2
477 * is smaller than the number of blocks per page.
565 * available), we'll try to allocate a smaller number of
566 * blocks (producing a smaller extent), with this smaller
[all …]
/kernel/linux/linux-4.19/fs/jfs/
Djfs_extent.c130 * try to allocate a smaller number of blocks (producing a smaller in extAlloc()
131 * extent), with this smaller number of blocks consisting of the in extAlloc()
132 * requested number of blocks rounded down to the next smaller in extAlloc()
135 * is smaller than the number of blocks per page. in extAlloc()
485 * a smaller number of blocks (producing a smaller extent), with
486 * this smaller number of blocks consisting of the requested
487 * number of blocks rounded down to the next smaller power of 2
490 * is smaller than the number of blocks per page.
578 * available), we'll try to allocate a smaller number of
579 * blocks (producing a smaller extent), with this smaller
[all …]
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/powerpc/power8/
Dmemory.json53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
54 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final…
83 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for a dem…
84 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
119 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
120 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final…
203 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for all d…
204 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power8/
Dmemory.json53 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
54 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final…
83 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for a dem…
84 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
119 …"BriefDescription": "Final Pump Scope (Group) ended up either larger or smaller than Initial Pump …
120 …l Pump Scope OR Final Pump Scope(Group) got data from source that was at smaller scope(Chip) Final…
203 …ll (Chip/Group) or the original scope was System and it should have been smaller. Counts for all d…
204 …Chip/Group) OR Final Pump Scope(system) got data from source that was at smaller scope(Chip/group)…
/kernel/linux/linux-5.10/Documentation/filesystems/spufs/
Dspufs.rst87 If a count smaller than four is requested, read returns -1 and
101 If a count smaller than four is requested, read returns -1 and
121 operations on an open wbox file are: write(2) If a count smaller than
146 If a count smaller than four is requested, read returns -1 and
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
219 If a count smaller than four is requested, read returns -1 and
225 If a count smaller than four is requested, write returns -1 and
/kernel/linux/linux-4.19/Documentation/networking/
Dipsec.txt12 defined in section 3, is not smaller than the size of the original
23 where IP datagrams of size smaller than the threshold are sent in the
29 is smaller than the threshold or the compressed len is larger than original
/kernel/linux/linux-5.10/Documentation/networking/
Dipsec.rst20 defined in section 3, is not smaller than the size of the original
31 where IP datagrams of size smaller than the threshold are sent in the
37 is smaller than the threshold or the compressed len is larger than original
/kernel/linux/linux-5.10/lib/
Dlinear_ranges.c132 * input value. Value is matching if it is equal or smaller than given
136 * value smaller or equal to given value
172 * input value. Value is matching if it is equal or smaller than given
174 * @found is set true. If a range with values smaller than given value is found
175 * but the range max is being smaller than given value, then the ranges
180 * range with a value smaller or equal to given value
/kernel/linux/linux-5.10/include/media/i2c/
Dov7670.h12 int min_width; /* Filter out smaller sizes */
13 int min_height; /* Filter out smaller sizes */
/kernel/linux/linux-4.19/include/media/i2c/
Dov7670.h14 int min_width; /* Filter out smaller sizes */
15 int min_height; /* Filter out smaller sizes */
/kernel/linux/linux-5.10/arch/x86/
DKconfig.cpu412 makes the kernel a tiny bit smaller. Disabling it on an Intel
426 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
439 makes the kernel a tiny bit smaller. Disabling it on an AMD
453 makes the kernel a tiny bit smaller. Disabling it on an Hygon
466 makes the kernel a tiny bit smaller. Disabling it on a Centaur
480 makes the kernel a tiny bit smaller. Disabling it on a Transmeta
494 makes the kernel a tiny bit smaller. Disabling it on a UMC
507 makes the kernel a tiny bit smaller. Disabling it on a Zhaoxin
/kernel/linux/linux-5.10/include/uapi/linux/
Dfalloc.h22 * smaller depending on the filesystem and/or the configuration of the
53 * boundaries, but this boundary may be larger or smaller depending on
70 * block size boundaries, but this boundary may be larger or smaller
/kernel/linux/linux-4.19/include/uapi/linux/
Dfalloc.h22 * smaller depending on the filesystem and/or the configuration of the
53 * boundaries, but this boundary may be larger or smaller depending on
70 * block size boundaries, but this boundary may be larger or smaller
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dcacheinfo.c414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument
416 while (smaller->next_local) { in link_cache_lists()
417 if (smaller->next_local == bigger) in link_cache_lists()
419 smaller = smaller->next_local; in link_cache_lists()
422 smaller->next_local = bigger; in link_cache_lists()
428 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists()
429 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists()
431 smaller->level, smaller->ofnode, bigger->level, bigger->ofnode); in link_cache_lists()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
Dia_css_vf.host.c53 * be smaller than the requested viewfinder resolution.
71 /* downscale until width smaller than the viewfinder width. We don't in sh_css_vf_downscale_log2()
80 /* now width is smaller, so we go up one step */ in sh_css_vf_downscale_log2()
/kernel/linux/linux-4.19/Documentation/filesystems/
Dspufs.txt77 If a count smaller than four is requested, read returns -1 and
91 If a count smaller than four is requested, read returns -1 and
111 operations on an open wbox file are: write(2) If a count smaller than
138 If a count smaller than four is requested, read returns -1 and
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
220 If a count smaller than four is requested, read returns -1 and
226 If a count smaller than four is requested, write returns -1 and
/kernel/liteos_a/
DKconfig68 The final binary size will be smaller and execute faster.
76 The final binary size will be smaller.
83 Answer Y to add lto options for more smaller code size.
84 The final binary size will be smaller.
168 Answer Y to build thumb version. This will make LiteOS smaller.
/kernel/linux/linux-4.19/drivers/target/iscsi/
Discsi_target_nodeattrib.c63 pr_err("Requested DataOut Timeout %u smaller than" in iscsit_na_dataout_timeout()
88 pr_err("Requested DataOut Timeout Retries %u smaller" in iscsit_na_dataout_timeout_retries()
119 pr_err("Requested NopIn Timeout %u smaller than" in iscsit_na_nopin_timeout()
169 pr_err("Requested NopIn Response Timeout %u smaller" in iscsit_na_nopin_response_timeout()
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_nodeattrib.c55 pr_err("Requested DataOut Timeout %u smaller than" in iscsit_na_dataout_timeout()
80 pr_err("Requested DataOut Timeout Retries %u smaller" in iscsit_na_dataout_timeout_retries()
111 pr_err("Requested NopIn Timeout %u smaller than" in iscsit_na_nopin_timeout()
161 pr_err("Requested NopIn Response Timeout %u smaller" in iscsit_na_nopin_response_timeout()
/kernel/linux/linux-4.19/Documentation/scheduler/
Dsched-deadline.txt89 then, if the scheduling deadline is smaller than the current time, or
347 If, instead, the total utilization is smaller than M, then non real-time
354 maximum tardiness of each task is smaller or equal than
368 of the tasks running on such a CPU is smaller or equal than 1.
372 running on such a CPU is smaller or equal than 1:
389 such a time with the interval size t. If h(t) is smaller than t (that is,
391 smaller than the size of the interval) for all the possible values of t, then
414 period smaller than the one of the first task. Hence, if all the tasks
417 smaller than the absolute deadline of Task_1, which is t + P). As a
438 As seen, enforcing that the total utilization is smaller than M does not
[all …]
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-deadline.rst89 then, if the scheduling deadline is smaller than the current time, or
353 If, instead, the total utilization is smaller than M, then non real-time
360 maximum tardiness of each task is smaller or equal than
376 of the tasks running on such a CPU is smaller or equal than 1.
380 running on such a CPU is smaller or equal than 1:
401 such a time with the interval size t. If h(t) is smaller than t (that is,
403 smaller than the size of the interval) for all the possible values of t, then
426 period smaller than the one of the first task. Hence, if all the tasks
429 smaller than the absolute deadline of Task_1, which is t + P). As a
452 As seen, enforcing that the total utilization is smaller than M does not
[all …]
/kernel/liteos_m/testsuites/sample/kernel/mux/
DIt_los_mutex_033.c94 // 8, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
104 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
134 // 10, Set the priority according to the task purpose,a smaller number means a higher priority. in Testcase()
DIt_los_mutex_034.c92 // 8, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
102 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
132 // 10, Set the priority according to the task purpose,a smaller number means a higher priority. in Testcase()
DIt_los_mutex_027.c91 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
101 // 3, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
135 // 10, Set the priority according to the task purpose,a smaller number means a higher priority. in Testcase()
/kernel/linux/linux-4.19/arch/x86/
DKconfig.cpu397 makes the kernel a tiny bit smaller. Disabling it on an Intel
411 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
424 makes the kernel a tiny bit smaller. Disabling it on an AMD
437 makes the kernel a tiny bit smaller. Disabling it on a Centaur
451 makes the kernel a tiny bit smaller. Disabling it on a Transmeta
465 makes the kernel a tiny bit smaller. Disabling it on a UMC

12345678910>>...90