Home
last modified time | relevance | path

Searched refs:singletons (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/driver-api/driver-model/
H A Ddesign-patterns.rst17 only be probed() once on a certain system (singletons), it is custom to assume
/linux/fs/unicode/
H A Dmkutf8data.c424 int nodes, singletons, leaves; in tree_walk() local
426 nodes = singletons = leaves = 0; in tree_walk()
446 singletons += 1; in tree_walk()
485 printf("nodes %d leaves %d singletons %d\n", in tree_walk()
486 nodes, leaves, singletons); in tree_walk()
642 * their left and right branches a sequence of singletons that make
876 /* second pass: left siblings and singletons */ in mark_nodes()
/linux/lib/
H A Dtest_maple_tree.c1594 unsigned long singletons = 100; in check_gap_combining() local
1646 check_seq(mt, singletons, false); /* create 100 singletons. */ in check_gap_combining()