Home
last modified time | relevance | path

Searched refs:alloc_state (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c190 if (spu->alloc_state != SPU_FREE) { in do_notify_spus_active()
570 if (spu && spu->alloc_state == SPU_FREE) in spu_get_idle()
587 if (spu->alloc_state == SPU_FREE) in spu_get_idle()
598 spu->alloc_state = SPU_USED; in spu_get_idle()
710 spu->alloc_state = SPU_USED; in __spu_schedule()
752 spu->alloc_state = SPU_FREE; in spu_unschedule()
1136 if (spu->alloc_state != SPU_FREE) in spu_sched_exit()
1137 spu->alloc_state = SPU_FREE; in spu_sched_exit()
/linux/net/netlink/
H A Dpolicy.c101 static struct netlink_policy_dump_state *alloc_state(void) in alloc_state() function
135 state = alloc_state(); in netlink_policy_dump_add_policy()
/linux/net/ipv4/netfilter/
H A Darp_tables.c419 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument
425 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
536 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
591 &alloc_state); in translate_table()
H A Dip_tables.c517 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument
526 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
663 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
717 &alloc_state); in translate_table()
/linux/net/ipv6/netfilter/
H A Dip6_tables.c536 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument
545 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
680 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
734 &alloc_state); in translate_table()
/linux/arch/powerpc/include/asm/
H A Dspu.h117 enum { SPU_FREE, SPU_USED } alloc_state; member
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c565 spu->alloc_state = SPU_FREE; in create_spu()
/linux/fs/btrfs/
H A Dvolumes.c413 btrfs_extent_io_tree_release(&device->alloc_state); in btrfs_free_device()
1164 btrfs_extent_io_tree_release(&device->alloc_state); in btrfs_close_one_device()
1535 if (btrfs_find_first_extent_bit(&device->alloc_state, start, in btrfs_first_pending_extent()
5316 btrfs_clear_extent_bit(&device->alloc_state, new_size, (u64)-1, in btrfs_shrink_device()
5895 btrfs_set_extent_bit(&device->alloc_state, stripe->physical, in chunk_map_device_set_bits()
5907 btrfs_clear_extent_bit(&device->alloc_state, stripe->physical, in btrfs_chunk_map_device_clear_bits()
7399 btrfs_extent_io_tree_init(fs_info, &dev->alloc_state, IO_TREE_DEVICE_ALLOC_STATE); in btrfs_alloc_device()
H A Dextent-tree.c6642 btrfs_find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents_throttle()
6683 btrfs_set_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents_throttle()