Home
last modified time | relevance | path

Searched refs:complexity (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v5.15/scripts/gcc-plugins/
Dcyc_complexity_plugin.c32 int complexity; in cyc_complexity_execute() local
36 complexity = n_edges_for_fn(cfun) - n_basic_blocks_for_fn(cfun) + 2; in cyc_complexity_execute()
39 fprintf(stderr, "Cyclomatic Complexity %d %s:%s\n", complexity, in cyc_complexity_execute()
DKconfig23 bool "Compute the cyclomatic complexity of a function" if EXPERT
26 The complexity M of a function's control flow graph is defined as:
34 Enabling this plugin reports the complexity to stderr during the
/Linux-v5.15/Documentation/vm/
Dksm.rst42 This way the stable tree lookup computational complexity is unaffected
49 walk has O(N) complexity where N is the number of rmap_items
52 O(N) computational complexity from rmap walk context over different
Dhwpoison.rst38 linear algorithmic complexity, because the data structures have not
/Linux-v5.15/drivers/gpu/drm/i915/
DTODO.txt12 - There's a lot of complexity added past few years to make relocations faster.
16 2. Any complexity added in this area past few years which can't be justified
/Linux-v5.15/net/ieee802154/
DKconfig6 complexity short range wireless personal area networks. It was
/Linux-v5.15/Documentation/riscv/
Dpatch-acceptance.rst30 Foundation. To avoid the maintenance complexity and potential
/Linux-v5.15/tools/thermal/tmon/
DREADME11 complexity of the thermal relationship can grow exponentially among cooling
/Linux-v5.15/Documentation/scsi/
Dhpsa.rst13 complexity and eliminating that complexity is one of the reasons
/Linux-v5.15/Documentation/scheduler/
Dsched-energy.rst359 6.3 - Energy Model complexity
365 The energy-aware wake-up algorithm has a complexity of:
372 A complexity check is performed at the root domain level, when scheduling
377 If you really want to use EAS but the complexity of your platform's Energy
386 2. submit patches to reduce the complexity of the EAS wake-up algorithm,
/Linux-v5.15/Documentation/locking/
Dpi-futex.rst8 (or any other PI complexity) at all. No registration, no extra kernel
37 between 1:10 and 1:100. Lockless is hard, and the complexity of lockless
Dlockdep-design.rst151 validator will find such dependency circle in arbitrary complexity,
300 This radically decreases the complexity of locking related QA of the
323 render the system practically unusably slow. The complexity of checking
/Linux-v5.15/Documentation/kbuild/
Dgcc-plugins.rst82 the cyclomatic complexity GCC plugin.
/Linux-v5.15/Documentation/networking/
Dnetif-msg.rst49 complexity and code size increase.
/Linux-v5.15/Documentation/gpu/rfc/
Di915_scheduler.rst38 * Lots of complexity of the GuC backend can be pulled out once
48 * Fully integrating would add lots of complexity to DRM
/Linux-v5.15/Documentation/process/
Dcode-of-conduct-interpretation.rst63 and the technical complexity involved naturally require expertise and
67 is determined mainly by context and technical complexity and only
/Linux-v5.15/Documentation/driver-api/media/
Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
/Linux-v5.15/security/
DKconfig.hardening39 on the function calling complexity of a given workload's
160 the function calling complexity.
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Drdma.rst54 to other cgroup without major complexity of transferring resource ownership;
/Linux-v5.15/Documentation/driver-api/
Dioctl.rst224 * The complexity of user space access and data structure layout is done
253 user interface but adds a lot of complexity to the implementation.
/Linux-v5.15/Documentation/security/
Dlsm.rst131 based on overhead, complexity and performance concerns.
/Linux-v5.15/Documentation/power/powercap/
Ddtpm.rst7 On the embedded world, the complexity of the SoC leads to an
/Linux-v5.15/Documentation/block/
Dbiovecs.rst116 could eliminate a lot of complexity particularly in stacked drivers. Code
/Linux-v5.15/fs/cramfs/
DREADME181 cost is greater complexity. Probably not worth it, but I hope someone
/Linux-v5.15/Documentation/core-api/
Dbus-virt-phys-mapping.rst211 don't do all that complex things (or rather: the complexity is not so

123