Home
last modified time | relevance | path

Searched defs:_table (Results 1 – 10 of 10) sorted by relevance

/linux-3.3/include/linux/
Dcrc8.h30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument
36 #define DECLARE_CRC8_TABLE(_table) \ argument
Dpci.h577 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument
/linux-3.3/arch/powerpc/include/asm/
Dpgalloc.h45 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table()
/linux-3.3/net/sctp/
Dsm_statetable.c71 #define DO_LOOKUP(_max, _type, _table) \ argument
/linux-3.3/arch/sparc/include/asm/
Dpgalloc_64.h100 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table()
/linux-3.3/fs/jfs/
Djfs_dinode.h92 struct dir_table_slot _table[12]; /* 96: inline */ member
Djfs_incore.h84 struct dir_table_slot _table[12]; /* 96: dir index */ member
/linux-3.3/arch/arm/kernel/
Dkprobes.h359 #define DECODE_TABLE(_mask, _value, _table) \ argument
/linux-3.3/arch/s390/mm/
Dpgtable.c725 void __tlb_remove_table(void *_table) in __tlb_remove_table()
/linux-3.3/arch/x86/boot/compressed/
Deboot.c879 struct boot_params *efi_main(void *handle, efi_system_table_t *_table) in efi_main()