Searched defs:srcp (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | cpumask.h | 115 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first() 121 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next() 126 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() 132 const struct cpumask *srcp, in cpumask_next_and() 158 static inline unsigned int cpumask_first(const struct cpumask *srcp) in cpumask_first() 170 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next() 185 static inline unsigned int cpumask_next_zero(int n, const struct cpumask *srcp) in cpumask_next_zero() 393 const struct cpumask *srcp) in cpumask_complement() 441 static inline bool cpumask_empty(const struct cpumask *srcp) in cpumask_empty() 450 static inline bool cpumask_full(const struct cpumask *srcp) in cpumask_full() [all …]
|
D | nodemask.h | 170 const nodemask_t *srcp, int nbits) in __nodes_complement() 200 static inline int __nodes_empty(const nodemask_t *srcp, int nbits) in __nodes_empty() 206 static inline int __nodes_full(const nodemask_t *srcp, int nbits) in __nodes_full() 212 static inline int __nodes_weight(const nodemask_t *srcp, int nbits) in __nodes_weight() 220 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right() 228 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_left() 237 static inline int __first_node(const nodemask_t *srcp) in __first_node() 243 static inline int __next_node(int n, const nodemask_t *srcp) in __next_node() 301 const nodemask_t *srcp, int nbits) in __nodemask_scnprintf() 317 const nodemask_t *srcp, int nbits) in __nodelist_scnprintf() [all …]
|
D | dmaengine.h | 889 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap()
|