Home
last modified time | relevance | path

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

/include/net/
Dsnmp.h141 this_cpu_dec(mib[0]->mibs[field])
/include/linux/
Dpercpu.h342 #ifndef this_cpu_dec
343 # define this_cpu_dec(pcp) this_cpu_sub((pcp), 1) macro
Dnetdevice.h2258 this_cpu_dec(*dev->pcpu_refcnt); in dev_put()