Home
last modified time | relevance | path

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

123

/Linux-v5.4/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()
DKconfig32 bool "Compute the cyclomatic complexity of a function" if EXPERT
35 The complexity M of a function's control flow graph is defined as:
43 Enabling this plugin reports the complexity to stderr during the
/Linux-v5.4/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.4/net/ieee802154/
DKconfig6 complexity short range wireless personal area networks. It was
/Linux-v5.4/tools/thermal/tmon/
DREADME11 complexity of the thermal relationship can grow exponentially among cooling
/Linux-v5.4/Documentation/scsi/
Dhpsa.txt11 complexity and eliminating that complexity is one of the reasons
/Linux-v5.4/Documentation/scheduler/
Dsched-energy.rst362 6.3 - Energy Model complexity
368 The energy-aware wake-up algorithm has a complexity of:
375 A complexity check is performed at the root domain level, when scheduling
380 If you really want to use EAS but the complexity of your platform's Energy
389 2. submit patches to reduce the complexity of the EAS wake-up algorithm,
/Linux-v5.4/Documentation/
Dpi-futex.txt8 (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
Dbus-virt-phys-mapping.txt211 don't do all that complex things (or rather: the complexity is not so
/Linux-v5.4/Documentation/networking/
Dnetif-msg.txt44 complexity and code size increase.
/Linux-v5.4/security/
DKconfig.hardening35 on the function calling complexity of a given workload's
127 the function calling complexity.
/Linux-v5.4/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
Dstable-api-nonsense.rst123 one. This reduced the complexity of a number of drivers and
/Linux-v5.4/Documentation/media/kapi/
Dv4l2-intro.rst6 The V4L2 drivers tend to be very complex due to the complexity of the
/Linux-v5.4/Documentation/core-api/
Dgcc-plugins.rst84 the cyclomatic complexity GCC plugin.
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Drdma.rst54 to other cgroup without major complexity of transferring resource ownership;
/Linux-v5.4/Documentation/locking/
Dlockdep-design.rst148 validator will find such dependency circle in arbitrary complexity,
297 This radically decreases the complexity of locking related QA of the
320 render the system practically unusably slow. The complexity of checking
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddriver.rst112 complexity and code size, it is recommended that they are converted as
/Linux-v5.4/Documentation/block/
Dbiovecs.rst114 could eliminate a lot of complexity particularly in stacked drivers. Code
/Linux-v5.4/fs/cramfs/
DREADME181 cost is greater complexity. Probably not worth it, but I hope someone
/Linux-v5.4/Documentation/x86/
Dmds.rst63 100% certainty, but the complexity involved makes it extremly unlikely.
Dorc-unwinder.rst164 complexity and slowness of DWARF.
/Linux-v5.4/Documentation/usb/
Dmass-storage.rst202 complexity).
/Linux-v5.4/Documentation/filesystems/
Dsquashfs.txt258 units this may introduce additional complexity in terms of locking and

123