Searched refs:compound (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/scripts/ |
D | asn1_compiler.c | 639 enum compound { enum 661 enum compound compound : 8; 917 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE; in parse_type() 930 element->compound = ANY; in parse_type() 938 element->compound = NOT_COMPOUND; in parse_type() 961 element->compound = NOT_COMPOUND; in parse_type() 967 element->compound = NOT_COMPOUND; in parse_type() 977 element->compound = NOT_COMPOUND; in parse_type() 987 element->compound = TYPE_REF; in parse_type() 1002 element->compound = CHOICE; in parse_type() [all …]
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 75 When compound page is used, SLUB/SLQB will only set this flag on the head 86 A compound page with order N consists of 2^N physically contiguous pages. 87 A compound page with order 2 takes the form of "HTTT", where H donates its 88 head page and T donates its tail page(s). The major consumers of compound
|
D | transhuge.txt | 277 In case you can't handle compound pages if they're returned by 379 too, to know when we can free the compound page in case it's never
|
/linux-4.1.27/include/linux/ |
D | page-flags.h | 424 TESTPAGEFLAG(Compound, compound) in TESTPAGEFLAG() argument 425 __SETPAGEFLAG(Head, compound) __CLEARPAGEFLAG(Head, compound) in TESTPAGEFLAG()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 167 Nonstandard compound limitations: 168 * No support for a sessions fore channel RPC compound that requires both a
|
/linux-4.1.27/mm/ |
D | memory-failure.c | 819 #define compound (1UL << PG_compound) macro 846 { compound, compound, MSG_HUGE, me_huge_page }, 876 #undef compound
|
D | page_alloc.c | 803 bool compound = PageCompound(page); in free_pages_prepare() local 807 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare() 817 if (compound) in free_pages_prepare()
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | graph.txt | 8 devices that work together to form a logical compound device, following an
|
D | xilinx.txt | 94 compatible with the bus type 'xlnx,compound', and should contain 126 compatible = "xlnx,compound";
|
/linux-4.1.27/Documentation/networking/ |
D | radiotap-headers.txt | 70 - The arguments for a given argument index can be a compound of multiple types
|
D | packet_mmap.txt | 410 mmap function. Even the circular buffer is compound of several physically
|
/linux-4.1.27/arch/microblaze/boot/dts/ |
D | system.dts | 221 compatible = "xlnx,compound";
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 258 compatible = "xlnx,compound";
|
D | virtex440-ml510.dts | 229 compatible = "xlnx,compound";
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 111 compound device (a hub with three ports for two expansion slots and
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 136 sensor is associated with one part of a compound device (e.g.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 2370 KVM_S390_INT_IO(ai,cssid,ssid,schid) (vm) - compound value to indicate an
|