/openbmc/linux/include/linux/ |
H A D | srcutree.h | 174 # define __DEFINE_SRCU(name, is_static) \ argument 176 is_static struct srcu_struct name = __SRCU_STRUCT_INIT_MODULE(name, name##_srcu_usage); \ 181 # define __DEFINE_SRCU(name, is_static) \ argument 184 is_static struct srcu_struct name = \
|
H A D | percpu-rwsem.h | 29 #define __DEFINE_PERCPU_RWSEM(name, is_static) \ argument 31 is_static struct percpu_rw_semaphore name = { \
|
/openbmc/linux/arch/arm/kernel/ |
H A D | jump_label.c | 9 bool is_static) in __arch_jump_label_transform() argument 19 if (is_static) in __arch_jump_label_transform()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | mod_hdr.h | 17 bool is_static; member 27 .is_static = true, \
|
H 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 172 @@ -683,7 +683,7 @@ def find_lt_names_msvc(self, libname, is_static=False): 173 if not is_static and ltdict.get('library_names', ''): 181 @@ -700,7 +700,7 @@ def find_lt_names_msvc(self, libname, is_static=False): 183 def libname_msvc(self, libname, is_static=False): 190 @@ -747,11 +747,11 @@ def libname_msvc(self, libname, is_static=False): 203 def check_lib_msvc(self, libname, is_static=False, uselib_store=None):
|
/openbmc/linux/drivers/dax/ |
H A D | bus.c | 167 static bool is_static(struct dax_region *dax_region) in is_static() function 174 return is_static(dev_dax->region); in static_dev_dax() 203 if (rc || is_static(dax_region)) in dax_bus_probe() 314 if (is_static(dax_region)) in seed_show() 333 if (is_static(dax_region)) in create_show() 352 if (is_static(dax_region)) in create_store() 514 if (is_static(dax_region)) in delete_store() 561 if (is_static(dax_region)) in dax_region_visible() 1282 if (a == &dev_attr_mapping.attr && is_static(dax_region)) in dev_dax_visible() 1285 a == &dev_attr_size.attr) && is_static(dax_region)) in dev_dax_visible() [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H 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() 747 if (tmp->is_static && tmp->prio == idx && in __otx2_qos_assign_base_idx_tl() 752 } else if (!tmp->is_static && idx >= tmp->prio && in __otx2_qos_assign_base_idx_tl() 784 if (!tmp->is_static) in otx2_qos_assign_base_idx_tl() 1190 node->is_static = false; in is_qos_node_dwrr() 1500 if (!node->is_static) in otx2_qos_leaf_del() 1555 if (!node->is_static) in otx2_qos_leaf_del_last()
|
H A D | qos.h | 74 bool is_static; member
|
/openbmc/linux/drivers/net/dsa/b53/ |
H 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()
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H 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()
|
H A D | hellcreek.h | 270 u8 is_static; member
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_models.c | 350 if (scc->is_static) { in s390_print_cpu_model_list_entry() 405 return cc_a->is_static ? -1 : 1; in s390_cpu_list_compare() 749 if (xcc->is_static) { in s390_cpu_model_initfn() 828 return S390_CPU_GET_CLASS(obj)->is_static; in get_is_static() 878 xcc->is_static = true; in s390_base_cpu_model_class_init()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H 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()
|
H A D | kfd_packet_manager_v9.c | 212 struct queue *q, bool is_static) in pm_map_queues_v9() argument 215 bool use_static = is_static; in pm_map_queues_v9()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_span.h | 79 bool is_static; member
|
/openbmc/linux/include/xen/ |
H A D | events.h | 72 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static);
|
/openbmc/linux/drivers/xen/ |
H 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()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | fadump-internal.h | 69 bool is_static; member
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 106 def is_static(self) -> bool: member in TypeInfoVar 274 if not self.is_static(): 911 if var.is_static() and var.is_const(): 921 if not var.is_static() or not var.is_const():
|
/openbmc/linux/kernel/rcu/ |
H A D | srcutree.c | 237 static int init_srcu_struct_fields(struct srcu_struct *ssp, bool is_static) in init_srcu_struct_fields() argument 239 if (!is_static) in init_srcu_struct_fields() 243 if (!is_static) in init_srcu_struct_fields() 255 ssp->srcu_sup->sda_is_static = is_static; in init_srcu_struct_fields() 256 if (!is_static) in init_srcu_struct_fields() 259 if (!is_static) in init_srcu_struct_fields()
|
/openbmc/linux/drivers/net/dsa/ |
H A D | rzn1_a5psw.h | 220 u16 is_static:1; member
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz8795.c | 516 alu->is_static = true; in ksz8_r_sta_mac_table() 549 if (alu->is_static) in ksz8_w_sta_mac_table() 1036 alu.is_static = true; in ksz8_add_sta_mac() 1075 alu.is_static = false; in ksz8_del_sta_mac() 1386 alu.is_static = true; in ksz8_enable_stp_addr()
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_base.c | 117 bool is_static; /* Is event channel static */ member 963 if (!info->is_static) in __unbind_from_irq() 1580 int evtchn_make_refcounted(evtchn_port_t evtchn, bool is_static) in evtchn_make_refcounted() argument 1590 info->is_static = is_static; in evtchn_make_refcounted()
|
/openbmc/qemu/block/ |
H A D | vdi.c | 913 bool is_static = false; in vdi_co_create_opts() local 935 is_static = true; in vdi_co_create_opts() 955 if (is_static) { in vdi_co_create_opts()
|