Searched defs:array (Results 1 - 8 of 8) sorted by relevance

/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h215 static inline int gpio_request_array(struct gpio *array, size_t num) argument
224 static inline void gpio_free_array(struct gpio *array, size_t num) argument
H A Dgpio-au1000.h614 static inline int gpio_request_array(struct gpio *array, size_t num) argument
623 static inline void gpio_free_array(struct gpio *array, size_t num) argument
/arch/s390/include/asm/
H A Dccwdev.h37 /* scan through an array of device ids and return the first
40 * the array must end with an entry containing zero match_flags
43 ccw_device_id_match(const struct ccw_device_id *array, argument
46 const struct ccw_device_id *id = array;
48 for (id = array; id->match_flags; id++) {
/arch/x86/xen/
H A Dspinlock.c64 static void __spin_time_accum(u64 delta, u32 *array) argument
71 array[index]++;
73 array[HISTO_BUCKETS]++;
/arch/sparc/kernel/
H A Dvisemul.c371 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) function
882 array(regs, insn, opf);
/arch/ia64/kernel/
H A Dunwind_i.h55 const struct unw_table_entry *array; member in struct:unw_table
/arch/x86/kernel/
H A Dkvm.c626 static void __spin_time_accum(u64 delta, u32 *array) argument
634 array[index]++;
636 array[HISTO_BUCKETS]++;
/arch/x86/mm/
H A Dpageattr.c1273 /* for array changes, we can't use large page */
1415 pgprot_t mask, int array)
1418 (array ? CPA_ARRAY : 0), NULL);
1422 pgprot_t mask, int array)
1425 (array ? CPA_ARRAY : 0), NULL);
1414 change_page_attr_set(unsigned long *addr, int numpages, pgprot_t mask, int array) argument
1421 change_page_attr_clear(unsigned long *addr, int numpages, pgprot_t mask, int array) argument

Completed in 1039 milliseconds