Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 238) sorted by relevance

12345678910

/include/linux/
A Dunaligned.h16 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
21 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32()
26 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64()
46 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
51 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32()
56 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64()
76 static inline u32 __get_unaligned_be24(const u8 *p) in __get_unaligned_be24()
81 static inline u32 get_unaligned_be24(const void *p) in get_unaligned_be24()
86 static inline u32 __get_unaligned_le24(const u8 *p) in __get_unaligned_le24()
91 static inline u32 get_unaligned_le24(const void *p) in get_unaligned_le24()
[all …]
A Dparport_pc.h9 #define ECONTROL(p) ((p)->base_hi + 0x2) argument
10 #define CONFIGB(p) ((p)->base_hi + 0x1) argument
11 #define CONFIGA(p) ((p)->base_hi + 0x0) argument
12 #define FIFO(p) ((p)->base_hi + 0x0) argument
13 #define EPPDATA(p) ((p)->base + 0x4) argument
14 #define EPPADDR(p) ((p)->base + 0x3) argument
15 #define CONTROL(p) ((p)->base + 0x2) argument
16 #define STATUS(p) ((p)->base + 0x1) argument
17 #define DATA(p) ((p)->base + 0x0) argument
220 static __inline__ void parport_pc_disable_irq(struct parport *p) in parport_pc_disable_irq()
[all …]
A Dfortify-string.h63 #define __compiletime_strlen(p) \ argument
197 char *strncpy(char * const POS p, const char *q, __kernel_size_t size) in strncpy()
257 #define strlen(p) \ argument
261 __kernel_size_t __fortify_strlen(const char * const POS p) in __fortify_strlen()
413 char *strcat(char * const POS p, const char *q) in strcat()
501 #define __fortify_memset_chk(p, c, size, p_size, p_size_field) ({ \ argument
512 #define memset(p, c, s) __fortify_memset_chk(p, c, s, \ argument
625 #define __fortify_memcpy_chk(p, q, size, p_size, q_size, \ argument
690 #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ argument
694 #define memmove(p, q, s) __fortify_memcpy_chk(p, q, s, \ argument
[all …]
A Drtnetlink.h75 #define rcu_dereference_rtnl(p) \ argument
85 #define rtnl_dereference(p) \ argument
97 #define rcu_replace_pointer_rtnl(rp, p) \ argument
118 #define rcu_dereference_rtnl_net(net, p) \ argument
120 #define rtnl_net_dereference(net, p) \ argument
122 #define rcu_replace_pointer_rtnl_net(net, rp, p) \ argument
153 #define rcu_dereference_rtnl_net(net, p) \ argument
155 #define rtnl_net_dereference(net, p) \ argument
157 #define rcu_replace_pointer_rtnl_net(net, rp, p) \ argument
A Drcupdate.h502 #define rcu_check_sparse(p, space) \ argument
505 #define rcu_check_sparse(p, space) argument
508 #define __unrcu_pointer(p, local) \ argument
543 #define __rcu_dereference_raw(p, local) \ argument
679 #define rcu_dereference_check(p, c) \ argument
695 #define rcu_dereference_bh_check(p, c) \ argument
723 #define rcu_dereference_raw_check(p) \ argument
742 #define rcu_dereference_protected(p, c) \ argument
790 #define rcu_pointer_handoff(p) (p) argument
1003 #define RCU_INIT_POINTER(p, v) \ argument
[all …]
A Dkasan-checks.h22 static inline bool __kasan_check_read(const volatile void *p, unsigned int size) in __kasan_check_read()
26 static inline bool __kasan_check_write(const volatile void *p, unsigned int size) in __kasan_check_write()
40 static inline bool kasan_check_read(const volatile void *p, unsigned int size) in kasan_check_read()
44 static inline bool kasan_check_write(const volatile void *p, unsigned int size) in kasan_check_write()
A Dmmu_context.h25 # define task_cpu_possible_mask(p) cpu_possible_mask argument
26 # define task_cpu_possible(cpu, p) true argument
27 # define task_cpu_fallback_mask(p) housekeeping_cpumask(HK_TYPE_TICK) argument
29 # define task_cpu_possible(cpu, p) cpumask_test_cpu((cpu), task_cpu_possible_mask(p)) argument
A Du64_stats_sync.h77 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read()
82 static inline void u64_stats_set(u64_stats_t *p, u64 val) in u64_stats_set()
87 static inline void u64_stats_add(u64_stats_t *p, unsigned long val) in u64_stats_add()
92 static inline void u64_stats_inc(u64_stats_t *p) in u64_stats_inc()
118 static inline u64 u64_stats_read(const u64_stats_t *p) in u64_stats_read()
123 static inline void u64_stats_set(u64_stats_t *p, u64 val) in u64_stats_set()
128 static inline void u64_stats_add(u64_stats_t *p, unsigned long val) in u64_stats_add()
133 static inline void u64_stats_inc(u64_stats_t *p) in u64_stats_inc()
A Dparport.h515 #define parport_read_data(p) parport_pc_read_data(p) argument
519 #define parport_read_status(p) parport_pc_read_status(p) argument
520 #define parport_enable_irq(p) parport_pc_enable_irq(p) argument
521 #define parport_disable_irq(p) parport_pc_disable_irq(p) argument
528 #define parport_write_data(p,x) (p)->ops->write_data(p,x) argument
529 #define parport_read_data(p) (p)->ops->read_data(p) argument
531 #define parport_read_control(p) (p)->ops->read_control(p) argument
533 #define parport_read_status(p) (p)->ops->read_status(p) argument
534 #define parport_enable_irq(p) (p)->ops->enable_irq(p) argument
535 #define parport_disable_irq(p) (p)->ops->disable_irq(p) argument
[all …]
/include/linux/ceph/
A Ddecode.h19 static inline u64 ceph_decode_64(void **p) in ceph_decode_64()
25 static inline u32 ceph_decode_32(void **p) in ceph_decode_32()
31 static inline u16 ceph_decode_16(void **p) in ceph_decode_16()
37 static inline u8 ceph_decode_8(void **p) in ceph_decode_8()
57 #define ceph_decode_need(p, end, n, bad) \ argument
63 #define ceph_decode_64_safe(p, end, v, bad) \ argument
78 #define ceph_decode_8_safe(p, end, v, bad) \ argument
145 #define ceph_decode_skip_64(p, end, bad) \ argument
148 #define ceph_decode_skip_32(p, end, bad) \ argument
151 #define ceph_decode_skip_16(p, end, bad) \ argument
[all …]
/include/linux/sunrpc/xdrgen/
A D_builtins.h30 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_bool() local
41 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_bool() local
52 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_int() local
63 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_int() local
74 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_unsigned_int() local
85 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_unsigned_int() local
96 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_long() local
107 __be32 *p = xdr_reserve_space(xdr, XDR_UNIT); in xdrgen_encode_long() local
118 __be32 *p = xdr_inline_decode(xdr, XDR_UNIT); in xdrgen_decode_unsigned_long() local
184 __be32 *p; in xdrgen_decode_string() local
[all …]
/include/uapi/linux/
A Dswab.h171 static __always_inline __u16 __swab16p(const __u16 *p) in __swab16p()
184 static __always_inline __u32 __swab32p(const __u32 *p) in __swab32p()
197 static __always_inline __u64 __swab64p(const __u64 *p) in __swab64p()
212 static inline __u32 __swahw32p(const __u32 *p) in __swahw32p()
227 static inline __u32 __swahb32p(const __u32 *p) in __swahb32p()
240 static inline void __swab16s(__u16 *p) in __swab16s()
252 static __always_inline void __swab32s(__u32 *p) in __swab32s()
265 static __always_inline void __swab64s(__u64 *p) in __swab64s()
280 static inline void __swahw32s(__u32 *p) in __swahw32s()
295 static inline void __swahb32s(__u32 *p) in __swahb32s()
/include/linux/usb/
A Dehci_def.h22 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ argument
29 #define HCS_N_CC(p) (((p)>>12)&0xf) /* bits 15:12, #companion HCs */ argument
30 #define HCS_N_PCC(p) (((p)>>8)&0xf) /* bits 11:8, ports per CC */ argument
31 #define HCS_PORTROUTED(p) ((p)&(1 << 7)) /* true: port routing */ argument
32 #define HCS_PPC(p) ((p)&(1 << 4)) /* true: port power control */ argument
33 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ argument
38 #define HCC_32FRAME_PERIODIC_LIST(p) ((p)&(1 << 19)) argument
39 #define HCC_PER_PORT_CHANGE_EVENT(p) ((p)&(1 << 18)) argument
40 #define HCC_LPM(p) ((p)&(1 << 17)) argument
41 #define HCC_HW_PREFETCH(p) ((p)&(1 << 16)) argument
[all …]
/include/linux/sunrpc/
A Dxdr.h153 xdr_encode_hyper(__be32 *p, __u64 val) in xdr_encode_hyper()
160 xdr_decode_hyper(__be32 *p, __u64 *valp) in xdr_decode_hyper()
390 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_item_present() local
409 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_item_absent() local
443 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_bool() local
464 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_u32() local
485 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_be32() local
506 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_u64() local
552 __be32 *p = xdr_reserve_space(xdr, len); in xdr_stream_encode_opaque_fixed() local
757 __be32 *p; in xdr_stream_decode_opaque_inline() local
[all …]
/include/asm-generic/bitops/
A Datomic.h15 arch_set_bit(unsigned int nr, volatile unsigned long *p) in arch_set_bit()
22 arch_clear_bit(unsigned int nr, volatile unsigned long *p) in arch_clear_bit()
29 arch_change_bit(unsigned int nr, volatile unsigned long *p) in arch_change_bit()
36 arch_test_and_set_bit(unsigned int nr, volatile unsigned long *p) in arch_test_and_set_bit()
47 arch_test_and_clear_bit(unsigned int nr, volatile unsigned long *p) in arch_test_and_clear_bit()
58 arch_test_and_change_bit(unsigned int nr, volatile unsigned long *p) in arch_test_and_change_bit()
A Dgeneric-non-atomic.h31 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic___set_bit() local
40 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic___clear_bit() local
58 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic___change_bit() local
76 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic___test_and_set_bit() local
96 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic___test_and_clear_bit() local
108 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic___test_and_change_bit() local
139 unsigned long *p = ((unsigned long *)addr) + BIT_WORD(nr); in generic_test_bit_acquire() local
168 const unsigned long *p = (const unsigned long *)addr + BIT_WORD(nr); in const_test_bit() local
A Dlock.h19 arch_test_and_set_bit_lock(unsigned int nr, volatile unsigned long *p) in arch_test_and_set_bit_lock()
41 arch_clear_bit_unlock(unsigned int nr, volatile unsigned long *p) in arch_clear_bit_unlock()
59 arch___clear_bit_unlock(unsigned int nr, volatile unsigned long *p) in arch___clear_bit_unlock()
71 volatile unsigned long *p) in arch_xor_unlock_is_negative_byte()
/include/uapi/linux/byteorder/
A Dbig_endian.h45 static __always_inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
49 static __always_inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
53 static __always_inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()
57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
61 static __always_inline __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p()
65 static __always_inline __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup()
69 static __always_inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
73 static __always_inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
77 static __always_inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
[all …]
A Dlittle_endian.h45 static __always_inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
49 static __always_inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
53 static __always_inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()
57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
61 static __always_inline __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p()
65 static __always_inline __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup()
69 static __always_inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
73 static __always_inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
77 static __always_inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
[all …]
/include/linux/unaligned/
A Dpacked_struct.h10 static inline u16 __get_unaligned_cpu16(const void *p) in __get_unaligned_cpu16()
16 static inline u32 __get_unaligned_cpu32(const void *p) in __get_unaligned_cpu32()
22 static inline u64 __get_unaligned_cpu64(const void *p) in __get_unaligned_cpu64()
28 static inline void __put_unaligned_cpu16(u16 val, void *p) in __put_unaligned_cpu16()
34 static inline void __put_unaligned_cpu32(u32 val, void *p) in __put_unaligned_cpu32()
40 static inline void __put_unaligned_cpu64(u64 val, void *p) in __put_unaligned_cpu64()
/include/asm-generic/
A Dbarrier.h139 #define __smp_store_release(p, v) \ argument
148 #define __smp_load_acquire(p) \ argument
172 #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) argument
176 #define smp_load_acquire(p) __smp_load_acquire(p) argument
194 #define smp_store_release(p, v) \ argument
202 #define smp_load_acquire(p) \ argument
219 #define virt_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) argument
220 #define virt_load_acquire(p) __smp_load_acquire(p) argument
/include/linux/sched/
A Drt.h23 static inline bool rt_task(struct task_struct *p) in rt_task()
33 static inline bool rt_or_dl_task(struct task_struct *p) in rt_or_dl_task()
61 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *p) in rt_mutex_get_top_task()
72 # define rt_mutex_adjust_pi(p) do { } while (0) argument
A Dautogroup.h21 static inline void sched_autogroup_create_attach(struct task_struct *p) { } in sched_autogroup_create_attach()
22 static inline void sched_autogroup_detach(struct task_struct *p) { } in sched_autogroup_detach()
25 static inline void sched_autogroup_exit_task(struct task_struct *p) { } in sched_autogroup_exit_task()
/include/linux/pinctrl/
A Dconsumer.h111 static inline void pinctrl_put(struct pinctrl *p) in pinctrl_put()
115 static inline struct pinctrl_state * __must_check pinctrl_lookup_state(struct pinctrl *p, in pinctrl_lookup_state()
121 static inline int pinctrl_select_state(struct pinctrl *p, in pinctrl_select_state()
132 static inline void devm_pinctrl_put(struct pinctrl *p) in devm_pinctrl_put()
161 struct pinctrl *p; in pinctrl_get_select() local
192 struct pinctrl *p; in devm_pinctrl_get_select() local
/include/net/
A Dred.h229 static inline void red_set_parms(struct red_parms *p, in red_set_parms()
289 static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms *p, in red_calc_qavg_from_idle_time()
337 static inline unsigned long red_calc_qavg_no_idle_time(const struct red_parms *p, in red_calc_qavg_no_idle_time()
353 static inline unsigned long red_calc_qavg(const struct red_parms *p, in red_calc_qavg()
364 static inline u32 red_random(const struct red_parms *p) in red_random()
369 static inline int red_mark_probability(const struct red_parms *p, in red_mark_probability()
398 static inline int red_cmp_thresh(const struct red_parms *p, unsigned long qavg) in red_cmp_thresh()
414 static inline int red_action(const struct red_parms *p, in red_action()
444 static inline void red_adaptative_algo(struct red_parms *p, struct red_vars *v) in red_adaptative_algo()

Completed in 49 milliseconds

12345678910