Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dsched.c193 if (spu->alloc_state != SPU_FREE) { in do_notify_spus_active()
576 if (spu && spu->alloc_state == SPU_FREE) in spu_get_idle()
593 if (spu->alloc_state == SPU_FREE) in spu_get_idle()
604 spu->alloc_state = SPU_USED; in spu_get_idle()
716 spu->alloc_state = SPU_USED; in __spu_schedule()
758 spu->alloc_state = SPU_FREE; in spu_unschedule()
1140 if (spu->alloc_state != SPU_FREE) in spu_sched_exit()
1141 spu->alloc_state = SPU_FREE; in spu_sched_exit()
/Linux-v5.4/drivers/crypto/cavium/zip/
Dzip_device.h84 u8 alloc_state; member
/Linux-v5.4/fs/btrfs/
Dextent_map.c351 set_extent_bits_nowait(&device->alloc_state, stripe->physical, in extent_map_device_set_bits()
366 __clear_extent_bit(&device->alloc_state, stripe->physical, in extent_map_device_clear_bits()
Dvolumes.h151 struct extent_io_tree alloc_state; member
Dvolumes.c343 extent_io_tree_release(&device->alloc_state); in btrfs_free_device()
407 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in __alloc_device()
1510 if (!find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent()
Dextent-tree.c5567 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents()
5593 set_extent_bits(&device->alloc_state, start, in btrfs_trim_free_extents()
/Linux-v5.4/net/ipv4/netfilter/
Darp_tables.c404 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument
410 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
518 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
573 &alloc_state); in translate_table()
Dip_tables.c518 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument
527 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
664 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
718 &alloc_state); in translate_table()
/Linux-v5.4/kernel/sched/
Dtopology.c1951 enum s_alloc alloc_state = sa_none; in build_sched_domains() local
1962 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()
1963 if (alloc_state != sa_rootdomain) in build_sched_domains()
2041 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
/Linux-v5.4/net/ipv6/netfilter/
Dip6_tables.c537 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry() argument
546 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
681 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
735 &alloc_state); in translate_table()
/Linux-v5.4/arch/powerpc/include/asm/
Dspu.h117 enum { SPU_FREE, SPU_USED } alloc_state; member
/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_base.c573 spu->alloc_state = SPU_FREE; in create_spu()
/Linux-v5.4/fs/gfs2/
Dbmap.c625 enum alloc_state { enum
672 enum alloc_state state; in gfs2_iomap_alloc()