Home
last modified time | relevance | path

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

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