Searched refs:complexity (Results 1 – 25 of 58) sorted by relevance
123
/Linux-v4.19/scripts/gcc-plugins/ |
D | cyc_complexity_plugin.c | 32 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()
|
D | Kconfig | 29 bool "Compute the cyclomatic complexity of a function" if EXPERT 32 The complexity M of a function's control flow graph is defined as: 40 Enabling this plugin reports the complexity to stderr during the
|
/Linux-v4.19/Documentation/vm/ |
D | ksm.rst | 42 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
|
D | hwpoison.rst | 38 * linear algorithmic complexity, because the data structures have not
|
/Linux-v4.19/net/ieee802154/ |
D | Kconfig | 5 complexity short range wireless personal area networks. It was
|
/Linux-v4.19/tools/thermal/tmon/ |
D | README | 11 complexity of the thermal relationship can grow exponentially among cooling
|
/Linux-v4.19/Documentation/scsi/ |
D | hpsa.txt | 11 complexity and eliminating that complexity is one of the reasons
|
/Linux-v4.19/Documentation/ |
D | pi-futex.txt | 8 (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
|
D | gcc-plugins.txt | 84 the cyclomatic complexity GCC plugin.
|
D | bus-virt-phys-mapping.txt | 211 don't do all that complex things (or rather: the complexity is not so
|
/Linux-v4.19/Documentation/networking/ |
D | netif-msg.txt | 44 complexity and code size increase.
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-intro.rst | 4 The V4L2 drivers tend to be very complex due to the complexity of the
|
/Linux-v4.19/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 63 and the technical complexity involved naturally require expertise and 67 is determined mainly by context and technical complexity and only
|
D | stable-api-nonsense.rst | 123 one. This reduced the complexity of a number of drivers and
|
/Linux-v4.19/Documentation/locking/ |
D | lockdep-design.txt | 90 finds such dependencies in arbitrary complexity, i.e. there can be any 238 This radically decreases the complexity of locking related QA of the 259 render the system practically unusably slow. The complexity of checking
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | rdma.txt | 53 to other cgroup without major complexity of transferring resource ownership;
|
/Linux-v4.19/Documentation/isdn/ |
D | README.concap | 64 protocol, complexity could be reduced and maintainability could be 217 reduce the complexity of certain network interface implementations.
|
/Linux-v4.19/Documentation/block/ |
D | biovecs.txt | 114 could eliminate a lot of complexity particularly in stacked drivers. Code
|
/Linux-v4.19/Documentation/driver-model/ |
D | driver.txt | 109 complexity and code size, it is recommended that they are converted as
|
/Linux-v4.19/fs/cramfs/ |
D | README | 181 cost is greater complexity. Probably not worth it, but I hope someone
|
/Linux-v4.19/Documentation/x86/ |
D | orc-unwinder.txt | 161 complexity and slowness of DWARF.
|
/Linux-v4.19/Documentation/usb/ |
D | mass-storage.txt | 194 complexity).
|
/Linux-v4.19/Documentation/filesystems/ |
D | squashfs.txt | 258 units this may introduce additional complexity in terms of locking and
|
/Linux-v4.19/Documentation/core-api/ |
D | genericirq.rst | 53 type. This reduces complexity in that particular code path and allows
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | concepts.rst | 30 to avoid this complexity a concept of virtual memory was developed.
|
123