Home
last modified time | relevance | path

Searched refs:this_cpu_sub (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dpercpu-refcount.h276 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
Dpercpu-defs.h506 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro
508 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
/linux-4.4.14/lib/
Dpercpu_test.c95 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
/linux-4.4.14/Documentation/
Dthis_cpu_ops.txt53 this_cpu_sub(pcp, val)
/linux-4.4.14/fs/
Ddcache.c1130 this_cpu_sub(nr_dentry_unused, freed); in shrink_dcache_sb()
/linux-4.4.14/net/
Dsocket.c580 this_cpu_sub(sockets_in_use, 1); in sock_release()