Home
last modified time | relevance | path

Searched refs:vernum (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/scripts/
Dver_linux16 vernum = "[0-9]+([.]?[0-9]+)+"
39 if (match(procmaps[n], vernum)) {
75 if (match($0, vernum)) {
/Linux-v5.4/kernel/rcu/
Drcu.h458 void rcutorture_record_progress(unsigned long vernum);
471 static inline void rcutorture_record_progress(unsigned long vernum) { } in rcutorture_record_progress() argument
/Linux-v5.4/drivers/media/platform/coda/
Dcoda-bit.c927 static bool coda_firmware_supported(u32 vernum) in coda_firmware_supported() argument
932 if (vernum == coda_supported_firmwares[i]) in coda_firmware_supported()