#ifndef PROC_H #define PROC_H extern void cpu_affinity(int cpu); extern int set_proc_prio(int prio); extern int set_sched_status(int policy, int priority); #endif /* PROC_H */ t' src='/cgit.js'>
summaryrefslogtreecommitdiff
path: root/Documentation/hwmon/tmp401
diff options
context:
space:
mode:
authorSteve Wise <swise@opengridcomputing.com>2016-09-01 06:43:46 -0700
committerSagi Grimberg <sagi@grimberg.me>2016-09-04 10:00:53 +0300
commit609e941a6bcd7ceb1cbb561941c997f6465e8698 (patch)
treebbd90a817c5e0b7f534ae38cd40ce1727560971b /Documentation/hwmon/tmp401
parent4d8c6a7946d53648d9ed0e3852a1c81ce07d40db (diff)
iw_cxgb4: call dev_put() on l2t allocation failure
Reviewed-by: Sagi Grimberg <sagi@grimbrg.me> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'Documentation/hwmon/tmp401')