Home
last modified time | relevance | path

Searched refs:alloc_state (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
H A Dzip_device.h84 u8 alloc_state; member
/kernel/linux/linux-6.6/drivers/crypto/cavium/zip/
H A Dzip_device.h84 u8 alloc_state; member
/kernel/linux/linux-5.10/fs/btrfs/tests/
H A Dbtrfs-tests.c97 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in btrfs_alloc_dummy_device()
106 extent_io_tree_release(&dev->alloc_state); in btrfs_free_dummy_device()
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dbtrfs-tests.c105 extent_io_tree_init(NULL, &dev->alloc_state, 0); in btrfs_alloc_dummy_device()
114 extent_io_tree_release(&dev->alloc_state); in btrfs_free_dummy_device()
/kernel/linux/linux-5.10/net/netlink/
H A Dpolicy.c100 static struct netlink_policy_dump_state *alloc_state(void) in alloc_state() function
135 state = alloc_state(); in netlink_policy_dump_add_policy()
/kernel/linux/linux-6.6/net/netlink/
H A Dpolicy.c100 static struct netlink_policy_dump_state *alloc_state(void) in alloc_state() function
135 state = alloc_state(); in netlink_policy_dump_add_policy()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_map.c366 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()
H A Ddev-replace.c635 while (!find_first_extent_bit(&srcdev->alloc_state, start, in btrfs_set_target_alloc_state()
638 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
H A Dvolumes.h137 struct extent_io_tree alloc_state; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_map.c367 set_extent_bit(&device->alloc_state, stripe->physical, in extent_map_device_set_bits()
383 __clear_extent_bit(&device->alloc_state, stripe->physical, in extent_map_device_clear_bits()
H A Dvolumes.h164 struct extent_io_tree alloc_state; member
H A Ddev-replace.c811 while (find_first_extent_bit(&srcdev->alloc_state, start, in btrfs_set_target_alloc_state()
814 ret = set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
/kernel/linux/linux-5.10/kernel/sched/
H A Dtopology.c2057 enum s_alloc alloc_state = sa_none; in build_sched_domains() local
2068 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()
2069 if (alloc_state != sa_rootdomain) in build_sched_domains()
2159 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dip_tables.c518 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry()
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()
516 find_check_entry(struct ipt_entry *e, struct net *net, const char *name, unsigned int size, struct xt_percpu_counter_alloc_state *alloc_state) find_check_entry() argument
H A Darp_tables.c406 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry()
412 if (!xt_percpu_counter_alloc(alloc_state, &e->counters)) in find_check_entry()
523 struct xt_percpu_counter_alloc_state alloc_state = { 0 }; in translate_table() local
578 &alloc_state); in translate_table()
404 find_check_entry(struct arpt_entry *e, struct net *net, const char *name, unsigned int size, struct xt_percpu_counter_alloc_state *alloc_state) find_check_entry() argument
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6_tables.c538 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry()
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()
536 find_check_entry(struct ip6t_entry *e, struct net *net, const char *name, unsigned int size, struct xt_percpu_counter_alloc_state *alloc_state) find_check_entry() argument
/kernel/linux/linux-6.6/kernel/sched/
H A Dtopology.c2375 enum s_alloc alloc_state = sa_none; in build_sched_domains() local
2385 alloc_state = __visit_domain_allocation_hell(&d, cpu_map); in build_sched_domains()
2386 if (alloc_state != sa_rootdomain) in build_sched_domains()
2529 __free_domain_allocs(&d, alloc_state, cpu_map); in build_sched_domains()
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dip_tables.c517 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry()
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()
515 find_check_entry(struct ipt_entry *e, struct net *net, const char *name, unsigned int size, struct xt_percpu_counter_alloc_state *alloc_state) find_check_entry() argument
H A Darp_tables.c407 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry()
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()
405 find_check_entry(struct arpt_entry *e, struct net *net, const char *name, unsigned int size, struct xt_percpu_counter_alloc_state *alloc_state) find_check_entry() argument
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6_tables.c536 struct xt_percpu_counter_alloc_state *alloc_state) in find_check_entry()
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()
534 find_check_entry(struct ip6t_entry *e, struct net *net, const char *name, unsigned int size, struct xt_percpu_counter_alloc_state *alloc_state) find_check_entry() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dspu.h117 enum { SPU_FREE, SPU_USED } alloc_state; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H A Dspu_base.c573 spu->alloc_state = SPU_FREE; in create_spu()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H A Dspu_base.c566 spu->alloc_state = SPU_FREE; in create_spu()

Completed in 37 milliseconds

12