Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 129) sorted by relevance

123456

/include/linux/
Dcompiler-gcc3.h2 #error "Please don't include <linux/compiler-gcc3.h> directly, include <linux/compiler.h> instead."
6 # error Sorry, your compiler is too old - please upgrade it.
21 # error "GCOV profiling support for gcc versions below 3.4 not included"
Dpatchkey.h14 #error "patchkey.h included directly"
33 # error "could not determine byte order"
42 # error "could not determine byte order"
Dcompiler-gcc4.h2 #error "Please don't include <linux/compiler-gcc4.h> directly, include <linux/compiler.h> instead."
8 # error Your version of gcc miscompiles the __weak directive
57 #define __compiletime_error(message) __attribute__((error(message)))
Derr.h22 static inline void * __must_check ERR_PTR(long error) in ERR_PTR() argument
24 return (void *) error; in ERR_PTR()
Dkexec.h17 #error KEXEC_SOURCE_MEMORY_LIMIT not defined
21 #error KEXEC_DESTINATION_MEMORY_LIMIT not defined
25 #error KEXEC_CONTROL_MEMORY_LIMIT not defined
29 #error KEXEC_CONTROL_PAGE_SIZE not defined
33 #error KEXEC_ARCH not defined
Dspinlock_types_up.h5 # error "please don't include this file directly"
Dpage-debug-flags.h28 #error WANT_PAGE_DEBUG_FLAGS is turned on with no debug features!
Dkey-type.h111 unsigned error,
114 extern void complete_request_key(struct key_construction *cons, int error);
Dcompiler-intel.h2 #error "Please don't include <linux/compiler-intel.h> directly, include <linux/compiler.h> instead."
Ddevice-mapper.h63 struct bio *bio, int error,
66 struct request *clone, int error,
214 char *error; member
252 char *error; member
260 unsigned *value, char **error);
268 unsigned *num_args, char **error);
511 void dm_kill_unmapped_request(struct request *rq, int error);
Dpagemap.h29 static inline void mapping_set_error(struct address_space *mapping, int error) in mapping_set_error() argument
31 if (unlikely(error)) { in mapping_set_error()
32 if (error == -ENOSPC) in mapping_set_error()
470 int error; in add_to_page_cache() local
473 error = add_to_page_cache_locked(page, mapping, offset, gfp_mask); in add_to_page_cache()
474 if (unlikely(error)) in add_to_page_cache()
476 return error; in add_to_page_cache()
/include/linux/decompress/
Dunlzma.h9 void(*error)(char *x)
Dbunzip2.h9 void(*error)(char *x));
Dunlzo.h9 void(*error)(char *x));
Dunxz.h17 void (*error)(char *x));
Dgeneric.h9 void(*error)(char *x));
/include/asm-generic/
Dspinlock.h8 #error need an architecture specific asm/spinlock.h
Dpgalloc.h7 #error need to implement an architecture specific asm/pgalloc.h
Dtlbflush.h9 #error need to implement an architecture specific asm/tlbflush.h
Dunaligned.h27 # error need to define endianess
Dbitops.h31 #error only <linux/bitops.h> can be included directly
Dbitsperlong.h28 #error Inconsistent word size. Check asm/bitsperlong.h
/include/net/sctp/
Dulpevent.h89 __u16 error,
100 int error,
112 __u32 error,
/include/linux/can/
DKbuild4 header-y += error.h
/include/asm-generic/bitops/
Dsched.h27 #error BITS_PER_LONG not defined in sched_find_first_bit()

123456