Home
last modified time | relevance | path

Searched refs:_range (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dr4kcache.h295 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
318 static inline void protected_blast_##pfx##cache##_range(unsigned long start,\
/kernel/linux/linux-5.10/include/net/
Dnetlink.h399 #define NLA_POLICY_FULL_RANGE(tp, _range) { \ argument
402 .range = _range, \
405 #define NLA_POLICY_FULL_RANGE_SIGNED(tp, _range) { \ argument
408 .range_signed = _range, \
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Ddas6402.c74 #define DAS6402_AO_RANGE(_chan, _range) ((_range) << ((_chan) ? 6 : 4)) argument
/kernel/linux/linux-5.10/Documentation/timers/
Dtimers-howto.rst39 You should use the `*sleep[_range]` family of functions.