Blob Blame History Raw
#!/usr/bin/bash

find /sys/kernel/slab -name 'cpu_partial' -print | \
     while read f; do echo 0 > $f; done