summaryrefslogtreecommitdiff
path: root/net/6lowpan/debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/6lowpan/debugfs.c')
0 files changed, 0 insertions, 0 deletions
td> parentb862815c3ee7b49ec20a9ab25da55a5f0bcbb95e (diff)
lib: Introduce priority array area manager
This introduces a infrastructure for management of linear priority areas. Priority order in an array matters, however order of items inside a priority group does not matter. As an initial implementation, L-sort algorithm is used. It is quite trivial. More advanced algorithm called P-sort will be introduced as a follow-up. The infrastructure is prepared for other algos. Alongside this, a testing module is introduced as well. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/parman.h76
1 files changed, 76 insertions, 0 deletions
diff --git a/include/linux/parman.h b/include/linux/parman.h
new file mode 100644