| /linux/include/linux/ |
| A D | srcutree.h | 187 # define __DEFINE_SRCU(name, is_static) \ argument 189 is_static struct srcu_struct name = __SRCU_STRUCT_INIT_MODULE(name, name##_srcu_usage); \ 194 # define __DEFINE_SRCU(name, is_static) \ argument 197 is_static struct srcu_struct name = \
|
| A D | percpu-rwsem.h | 29 #define __DEFINE_PERCPU_RWSEM(name, is_static) \ argument 31 is_static struct percpu_rw_semaphore name = { \
|
| /linux/arch/arm/kernel/ |
| A D | jump_label.c | 9 bool is_static) in __arch_jump_label_transform() argument 19 if (is_static) in __arch_jump_label_transform()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | mod_hdr.h | 17 bool is_static; member 27 .is_static = true, \
|
| A D | mod_hdr.c | 180 if (mod_hdr_acts->is_static) { in mlx5e_mod_hdr_alloc() 184 mod_hdr_acts->is_static = false; in mlx5e_mod_hdr_alloc() 204 if (!mod_hdr_acts->is_static) in mlx5e_mod_hdr_dealloc()
|
| /linux/drivers/dax/ |
| A D | bus.c | 176 static bool is_static(struct dax_region *dax_region) in is_static() function 183 return is_static(dev_dax->region); in static_dev_dax() 219 if (rc || is_static(dax_region)) in dax_bus_probe() 333 if (is_static(dax_region)) in seed_show() 354 if (is_static(dax_region)) in create_show() 377 if (is_static(dax_region)) in create_store() 544 if (is_static(dax_region)) in delete_store() 593 if (is_static(dax_region)) in dax_region_visible() 1377 a == &dev_attr_size.attr) && is_static(dax_region)) in dev_dax_visible() 1435 if (is_static(dax_region)) { in __devm_create_dev_dax() [all …]
|
| /linux/drivers/net/dsa/b53/ |
| A D | b53_priv.h | 282 u8 is_static:1; member 292 ent->is_static = !!(fwd_entry & ARLTBL_STATIC); in b53_arl_to_entry() 305 if (ent->is_static) in b53_arl_from_entry()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | qos.c | 106 if (node->is_static) { in otx2_config_sched_shaping() 441 tmp_node->is_static) in otx2_qos_add_child_node() 473 txschq_node->is_static = true; in otx2_qos_alloc_txschq_node() 519 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node() 761 if (tmp->is_static && tmp->prio == idx && in __otx2_qos_assign_base_idx_tl() 766 } else if (!tmp->is_static && idx >= tmp->prio && in __otx2_qos_assign_base_idx_tl() 798 if (!tmp->is_static) in otx2_qos_assign_base_idx_tl() 1205 node->is_static = false; in is_qos_node_dwrr() 1547 if (!node->is_static) in otx2_qos_leaf_del() 1633 if (!node->is_static) in otx2_qos_leaf_del_last()
|
| A D | qos.h | 74 bool is_static; member
|
| /linux/drivers/net/dsa/hirschmann/ |
| A D | hellcreek.c | 792 entry->is_static = !!(meta & HR_FDBMDRD_STATIC); in hellcreek_populate_fdb_entry() 963 ret = cb(entry.mac, 0, entry.is_static, data); in hellcreek_fdb_dump() 1075 .is_static = 1, in hellcreek_setup_fdb() 1086 .is_static = 1, in hellcreek_setup_fdb() 1097 .is_static = 1, in hellcreek_setup_fdb() 1108 .is_static = 1, in hellcreek_setup_fdb() 1119 .is_static = 1, in hellcreek_setup_fdb() 1130 .is_static = 1, in hellcreek_setup_fdb() 1141 .is_static = 1, in hellcreek_setup_fdb()
|
| A D | hellcreek.h | 272 u8 is_static; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_span.h | 79 bool is_static; member
|
| A D | spectrum_span.c | 160 .is_static = true, 220 .is_static = true, 730 .is_static = true, 1047 if (curr->ops->is_static) in mlxsw_sp_span_respin_work()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_packet_manager_vi.c | 143 struct queue *q, bool is_static) in pm_map_queues_vi() argument 146 bool use_static = is_static; in pm_map_queues_vi()
|
| A D | kfd_packet_manager_v9.c | 225 struct queue *q, bool is_static) in pm_map_queues_v9() argument 248 if (is_static) in pm_map_queues_v9()
|
| /linux/include/xen/ |
| A D | events.h | 72 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static);
|
| /linux/kernel/rcu/ |
| A D | srcutree.c | 238 static int init_srcu_struct_fields(struct srcu_struct *ssp, bool is_static) in init_srcu_struct_fields() argument 240 if (!is_static) in init_srcu_struct_fields() 244 if (!is_static) in init_srcu_struct_fields() 256 ssp->srcu_sup->sda_is_static = is_static; in init_srcu_struct_fields() 257 if (!is_static) in init_srcu_struct_fields() 275 if (!is_static) { in init_srcu_struct_fields() 280 if (!is_static) { in init_srcu_struct_fields()
|
| /linux/drivers/xen/ |
| A D | evtchn.c | 375 bool is_static) in evtchn_bind_to_user() argument 410 rc = evtchn_make_refcounted(port, is_static); in evtchn_bind_to_user() 415 if (!is_static) in evtchn_bind_to_user()
|
| /linux/arch/powerpc/include/asm/ |
| A D | fadump-internal.h | 94 bool is_static; member
|
| /linux/drivers/net/dsa/ |
| A D | rzn1_a5psw.h | 220 u16 is_static:1; member
|
| A D | lan9303-core.c | 661 bool is_static; in alr_loop_cb_fdb_port_dump() local 667 is_static = !!(dat1 & LAN9303_ALR_DAT1_STATIC); in alr_loop_cb_fdb_port_dump() 668 return dump_ctx->cb(mac, 0, is_static, dump_ctx->data); in alr_loop_cb_fdb_port_dump()
|
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz8.c | 628 alu->is_static = true; in ksz8_r_sta_mac_table() 661 if (alu->is_static) in ksz8_w_sta_mac_table() 1366 alu.is_static = true; in ksz8_add_sta_mac() 1405 alu.is_static = false; in ksz8_del_sta_mac() 1869 alu.is_static = true; in ksz8_enable_stp_addr()
|
| /linux/drivers/xen/events/ |
| A D | events_base.c | 117 bool is_static; /* Is event channel static */ member 978 if (!info->is_static) in __unbind_from_irq() 1574 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static) in evtchn_make_refcounted() argument 1584 info->is_static = is_static; in evtchn_make_refcounted()
|
| /linux/drivers/net/dsa/qca/ |
| A D | qca8k-common.c | 861 bool is_static; in qca8k_port_fdb_dump() local 868 is_static = (_fdb.aging == QCA8K_ATU_STATUS_STATIC); in qca8k_port_fdb_dump() 869 ret = cb(_fdb.mac, _fdb.vid, is_static, data); in qca8k_port_fdb_dump()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | strobemeta.h | 252 bool is_static; member
|