/linux/arch/powerpc/platforms/cell/spufs/ |
A D | sched.c | 190 if (spu->alloc_state != SPU_FREE) { in do_notify_spus_active() 571 if (spu && spu->alloc_state == SPU_FREE) in spu_get_idle() 588 if (spu->alloc_state == SPU_FREE) in spu_get_idle() 599 spu->alloc_state = SPU_USED; in spu_get_idle() 711 spu->alloc_state = SPU_USED; in __spu_schedule() 753 spu->alloc_state = SPU_FREE; in spu_unschedule() 1135 if (spu->alloc_state != SPU_FREE) in spu_sched_exit() 1136 spu->alloc_state = SPU_FREE; in spu_sched_exit()
|
/linux/drivers/crypto/cavium/zip/ |
A D | zip_device.h | 84 u8 alloc_state; member
|
/linux/fs/btrfs/tests/ |
A D | btrfs-tests.c | 103 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in btrfs_alloc_dummy_device() 112 extent_io_tree_release(&dev->alloc_state); in btrfs_free_dummy_device()
|
/linux/net/netlink/ |
A D | policy.c | 100 static struct netlink_policy_dump_state *alloc_state(void) in alloc_state() function 135 state = alloc_state(); in netlink_policy_dump_add_policy()
|
/linux/fs/btrfs/ |
A D | extent_map.c | 366 set_extent_bits_nowait(&device->alloc_state, stripe->physical, in extent_map_device_set_bits() 381 __clear_extent_bit(&device->alloc_state, stripe->physical, in extent_map_device_clear_bits()
|
A D | volumes.h | 141 struct extent_io_tree alloc_state; member
|
A D | dev-replace.c | 831 while (!find_first_extent_bit(&srcdev->alloc_state, start, in btrfs_set_target_alloc_state() 834 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
A D | volumes.c | 403 extent_io_tree_release(&device->alloc_state); in btrfs_free_device() 1145 extent_io_tree_release(&device->alloc_state); in btrfs_close_one_device() 1409 if (!find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent() 4935 clear_extent_bits(&device->alloc_state, new_size, (u64)-1, in btrfs_shrink_device() 6945 extent_io_tree_init(fs_info, &dev->alloc_state, in btrfs_alloc_device()
|
A D | extent-tree.c | 5969 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents() 6008 set_extent_bits(&device->alloc_state, start, in btrfs_trim_free_extents()
|
/linux/net/ipv4/netfilter/ |
A D | arp_tables.c | 407 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument 413 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry() 524 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local 579 &alloc_state); in translate_table()
|
A D | ip_tables.c | 519 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument 528 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry() 665 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local 719 &alloc_state); in translate_table()
|
/linux/net/ipv6/netfilter/ |
A D | ip6_tables.c | 538 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument 547 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry() 682 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local 736 &alloc_state); in translate_table()
|
/linux/kernel/sched/ |
A D | topology.c | 2194 enum s_alloc alloc_state = sa_none; in build_sched_domains() local 2204 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains() 2205 if (alloc_state != sa_rootdomain) in build_sched_domains() 2280 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
|
/linux/arch/powerpc/include/asm/ |
A D | spu.h | 117 enum { SPU_FREE, SPU_USED } alloc_state; member
|
/linux/arch/powerpc/platforms/cell/ |
A D | spu_base.c | 573 spu->alloc_state = SPU_FREE; in create_spu()
|
/linux/fs/gfs2/ |
A D | bmap.c | 627 enum alloc_state { enum 674 enum alloc_state state; in __gfs2_iomap_alloc()
|