Symbol: alloc_state
arch/powerpc/include/asm/spu.h
117
enum { SPU_FREE, SPU_USED } alloc_state;
arch/powerpc/platforms/cell/spu_base.c
565
spu->alloc_state = SPU_FREE;
arch/powerpc/platforms/cell/spufs/sched.c
1136
if (spu->alloc_state != SPU_FREE)
arch/powerpc/platforms/cell/spufs/sched.c
1137
spu->alloc_state = SPU_FREE;
arch/powerpc/platforms/cell/spufs/sched.c
190
if (spu->alloc_state != SPU_FREE) {
arch/powerpc/platforms/cell/spufs/sched.c
570
if (spu && spu->alloc_state == SPU_FREE)
arch/powerpc/platforms/cell/spufs/sched.c
587
if (spu->alloc_state == SPU_FREE)
arch/powerpc/platforms/cell/spufs/sched.c
598
spu->alloc_state = SPU_USED;
arch/powerpc/platforms/cell/spufs/sched.c
710
spu->alloc_state = SPU_USED;
arch/powerpc/platforms/cell/spufs/sched.c
752
spu->alloc_state = SPU_FREE;
fs/btrfs/dev-replace.c
795
while (btrfs_find_first_extent_bit(&srcdev->alloc_state, start,
fs/btrfs/dev-replace.c
798
ret = btrfs_set_extent_bit(&tgtdev->alloc_state, found_start,
fs/btrfs/extent-tree.c
6645
btrfs_find_first_clear_extent_bit(&device->alloc_state, start,
fs/btrfs/extent-tree.c
6686
btrfs_set_extent_bit(&device->alloc_state, start,
fs/btrfs/tests/btrfs-tests.c
105
btrfs_extent_io_tree_init(fs_info, &dev->alloc_state, 0);
fs/btrfs/tests/btrfs-tests.c
114
btrfs_extent_io_tree_release(&dev->alloc_state);
fs/btrfs/tests/chunk-allocation-tests.c
276
btrfs_set_extent_bit(&device->alloc_state,
fs/btrfs/tests/chunk-allocation-tests.c
303
btrfs_clear_extent_bit(&device->alloc_state, 0, (u64)-1,
fs/btrfs/tests/chunk-allocation-tests.c
418
btrfs_set_extent_bit(&device->alloc_state,
fs/btrfs/tests/chunk-allocation-tests.c
450
btrfs_clear_extent_bit(&device->alloc_state, 0, (u64)-1,
fs/btrfs/volumes.c
1163
btrfs_extent_io_tree_release(&device->alloc_state);
fs/btrfs/volumes.c
1534
if (btrfs_find_first_extent_bit(&device->alloc_state, start,
fs/btrfs/volumes.c
412
btrfs_extent_io_tree_release(&device->alloc_state);
fs/btrfs/volumes.c
5307
btrfs_clear_extent_bit(&device->alloc_state, new_size, (u64)-1,
fs/btrfs/volumes.c
5723
btrfs_set_extent_bit(&device->alloc_state, stripe->physical,
fs/btrfs/volumes.c
5735
btrfs_clear_extent_bit(&device->alloc_state, stripe->physical,
fs/btrfs/volumes.c
7226
btrfs_extent_io_tree_init(fs_info, &dev->alloc_state, IO_TREE_DEVICE_ALLOC_STATE);
fs/btrfs/volumes.h
208
struct extent_io_tree alloc_state;
fs/gfs2/bmap.c
672
enum alloc_state state;
kernel/sched/topology.c
2558
enum s_alloc alloc_state = sa_none;
kernel/sched/topology.c
2569
alloc_state = __visit_domain_allocation_hell(&d, cpu_map);
kernel/sched/topology.c
2570
if (alloc_state != sa_rootdomain)
kernel/sched/topology.c
2701
__free_domain_allocs(&d, alloc_state, cpu_map);
net/ipv4/netfilter/arp_tables.c
407
struct xt_percpu_counter_alloc_state *alloc_state)
net/ipv4/netfilter/arp_tables.c
413
if (!xt_percpu_counter_alloc(alloc_state, &e->counters))
net/ipv4/netfilter/arp_tables.c
524
struct xt_percpu_counter_alloc_state alloc_state = { 0 };
net/ipv4/netfilter/arp_tables.c
579
&alloc_state);
net/ipv4/netfilter/ip_tables.c
517
struct xt_percpu_counter_alloc_state *alloc_state)
net/ipv4/netfilter/ip_tables.c
526
if (!xt_percpu_counter_alloc(alloc_state, &e->counters))
net/ipv4/netfilter/ip_tables.c
663
struct xt_percpu_counter_alloc_state alloc_state = { 0 };
net/ipv4/netfilter/ip_tables.c
717
&alloc_state);
net/ipv6/netfilter/ip6_tables.c
536
struct xt_percpu_counter_alloc_state *alloc_state)
net/ipv6/netfilter/ip6_tables.c
545
if (!xt_percpu_counter_alloc(alloc_state, &e->counters))
net/ipv6/netfilter/ip6_tables.c
680
struct xt_percpu_counter_alloc_state alloc_state = { 0 };
net/ipv6/netfilter/ip6_tables.c
734
&alloc_state);
net/netlink/policy.c
135
state = alloc_state();