Searched refs:online_mask (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | fadump-internal.h | 58 struct cpumask online_mask; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | rtas-fadump.c | 354 if (fdh && !cpumask_test_cpu(cpu, &fdh->online_mask)) { in rtas_fadump_build_cpu_notes()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 3747 const unsigned long *online_mask, in netif_attr_test_online() argument 3752 if (online_mask) in netif_attr_test_online() 3753 return test_bit(j, online_mask); in netif_attr_test_online()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | fadump.c | 725 fdh->online_mask = *cpu_online_mask; in crash_fadump()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 2630 const unsigned long *online_mask = NULL, *possible_mask = NULL; in __netif_set_xps_queue() local 2660 online_mask = cpumask_bits(cpu_online_mask); in __netif_set_xps_queue() 2671 for (j = -1; j = netif_attrmask_next_and(j, online_mask, mask, nr_ids), in __netif_set_xps_queue() 2716 netif_attr_test_online(j, online_mask, nr_ids)) { in __netif_set_xps_queue() 2790 !netif_attr_test_online(j, online_mask, nr_ids)) in __netif_set_xps_queue()
|