Lines Matching full:44
24 [root@moon 44]# cd /proc/irq/44
25 [root@moon 44]# cat smp_affinity
28 [root@moon 44]# echo 0f > smp_affinity
29 [root@moon 44]# cat smp_affinity
31 [root@moon 44]# ping -f h
37 [root@moon 44]# cat /proc/interrupts | grep 'CPU\|44:'
39 …44: 1068 1785 1785 1783 0 0 0 0 IO-A…
47 [root@moon 44]# echo f0 > smp_affinity
48 [root@moon 44]# cat smp_affinity
50 [root@moon 44]# ping -f h
56 [root@moon 44]# cat /proc/interrupts | 'CPU\|44:'
58 …44: 1068 1785 1785 1783 1784 1069 1070 1069 IO-A…
63 Here is an example of limiting that same irq (44) to cpus 1024 to 1031::
65 [root@moon 44]# echo 1024-1031 > smp_affinity_list
66 [root@moon 44]# cat smp_affinity_list