Home
last modified time | relevance | path

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

12345678910>>...53

/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-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-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-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-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/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-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-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_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()
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_030.c85 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
95 // 3, 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_029.c90 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
106 // 2, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
139 // 10, Set the priority according to the task purpose,a smaller number means a higher priority. in Testcase()
DIt_los_mutex_026.c98 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
116 // 3, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
158 // 10, Set the priority according to the task purpose,a smaller number means a higher priority. in Testcase()
DIt_los_mutex_031.c92 // 5, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
102 // 3, Set the priority according to the task purpose,a smaller number means a higher priority. in TaskFuncA()
141 // 10, Set the priority according to the task purpose,a smaller number means a higher priority. in Testcase()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Ddmx-reqbufs.rst54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev…
57 at ``size``, and can be smaller than what's requested.
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dumem.c76 * or smaller will never see a 0 result.
87 /* rdma_for_each_block() has a bug if the page size is smaller than the in ib_umem_find_best_pgsz()
88 * page size used to build the umem. For now prevent smaller page sizes in ib_umem_find_best_pgsz()
93 /* At minimum, drivers must support PAGE_SIZE or smaller */ in ib_umem_find_best_pgsz()
/kernel/linux/linux-5.10/usr/
DKconfig151 is slowest among the choices. The initramfs size is about 10% smaller
166 slowest. The initramfs size is about 33% smaller with LZMA in
178 30% smaller with XZ in comparison to gzip. Decompression speed is
/kernel/liteos_m/testsuites/sample/kernel/queue/
DIt_los_queue_head_031.c78 …task1.usTaskPrio = 22; // 22, Set the priority according to the task purpose,a smaller number mean… in Testcase()
91 …task2.usTaskPrio = 23; // 23, Set the priority according to the task purpose,a smaller number mean… in Testcase()
/kernel/liteos_m/
DKconfig71 The final binary size will be smaller and execute faster.
79 The final binary size will be smaller.
86 Answer Y to add lto options for more smaller code size.
87 The final binary size will be smaller.
482 Answer Y to build thumb version. This will make LiteOS smaller.

12345678910>>...53