Symbol: compound
drivers/media/platform/imagination/e5010-jpeg-enc.h
170
unsigned char compound;
fs/proc/task_mmu.c
917
bool compound, bool young, bool dirty, bool locked,
fs/proc/task_mmu.c
921
int i, nr = compound ? compound_nr(page) : 1;
mm/page_alloc.c
1348
bool compound = PageCompound(page);
mm/page_alloc.c
1388
VM_BUG_ON_PAGE(compound && compound_order(page) != order, page);
mm/page_alloc.c
1397
if (compound) {
mm/page_alloc.c
1404
if (compound)
scripts/asn1_compiler.c
1001
element->compound = NOT_COMPOUND;
scripts/asn1_compiler.c
1011
element->compound = TYPE_REF;
scripts/asn1_compiler.c
1025
element->compound = CHOICE;
scripts/asn1_compiler.c
1031
element->compound = SEQUENCE;
scripts/asn1_compiler.c
1037
element->compound = SEQUENCE_OF;
scripts/asn1_compiler.c
1048
element->compound = SET;
scripts/asn1_compiler.c
1054
element->compound = SET_OF;
scripts/asn1_compiler.c
1237
"-tTqQcaro"[e->compound],
scripts/asn1_compiler.c
1243
if (e->compound == TYPE_REF)
scripts/asn1_compiler.c
1411
switch (e->compound) {
scripts/asn1_compiler.c
1461
switch (e->compound) {
scripts/asn1_compiler.c
1523
switch (e->compound) {
scripts/asn1_compiler.c
1578
if (e->compound == SEQUENCE_OF)
scripts/asn1_compiler.c
691
enum compound compound : 8;
scripts/asn1_compiler.c
941
element->compound = implicit ? TAG_OVERRIDE : SEQUENCE;
scripts/asn1_compiler.c
954
element->compound = ANY;
scripts/asn1_compiler.c
962
element->compound = NOT_COMPOUND;
scripts/asn1_compiler.c
985
element->compound = NOT_COMPOUND;
scripts/asn1_compiler.c
991
element->compound = NOT_COMPOUND;
tools/perf/util/annotate-arch/annotate-x86.c
565
} else if (!stack->compound) {
tools/perf/util/annotate-arch/annotate-x86.c
749
if (!stack->compound)
tools/perf/util/annotate-data.c
572
if (stack->compound && stack->offset < offset &&
tools/perf/util/annotate-data.c
599
stack->compound = false;
tools/perf/util/annotate-data.c
608
stack->compound = (kind != TSR_KIND_PERCPU_POINTER);
tools/perf/util/annotate-data.c
611
stack->compound = false;
tools/perf/util/annotate-data.h
197
bool compound;
tools/testing/selftests/mm/hmm-tests.c
1604
TEST_F(hmm, compound)