Searched refs:flag_table (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_m/utils/ |
D | los_compiler.h | 466 static BOOL flag_table[__LIBATOMIC_N_LOCKS] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in __libatomic_flag_for_address() local 477 return flag_table + p; in __libatomic_flag_for_address()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | chip.c | 104 struct flag_table { struct 295 static struct flag_table cce_err_status_flags[] = { 385 static struct flag_table misc_err_status_flags[] = { 404 static struct flag_table pio_err_status_flags[] = { 546 static struct flag_table sdma_err_status_flags[] = { 574 static struct flag_table egress_err_status_flags[] = { 675 static struct flag_table egress_err_info_flags[] = { 724 static struct flag_table send_err_status_flags[] = { 733 static struct flag_table sc_err_status_flags[] = { 756 static struct flag_table rxe_err_status_flags[] = { [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7740 static const u16 flag_table[128] = { in i40e_add_del_cloud_filter() local 7757 if (filter->flags >= ARRAY_SIZE(flag_table)) in i40e_add_del_cloud_filter() 7770 cld_filter.flags |= cpu_to_le16(flag_table[filter->flags] | in i40e_add_del_cloud_filter() 7773 cld_filter.flags |= cpu_to_le16(flag_table[filter->flags] | in i40e_add_del_cloud_filter()
|