Searched refs:cb1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cb_refs.c | 18 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1() function 35 bpf_for_each_map_elem(&array_map, cb1, &p, 0); in underflow_prog() 109 cb1(NULL, NULL, NULL, &p); in non_cb_transfer_ref()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 2089 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_add_vid() local 2094 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid() 2095 if (!cb1) { in ehea_vlan_rx_add_vid() 2096 pr_err("no mem for cb1\n"); in ehea_vlan_rx_add_vid() 2102 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid() 2110 cb1->vlan_filter[index] |= ((u64)(0x8000000000000000 >> (vid & 0x3F))); in ehea_vlan_rx_add_vid() 2113 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid() 2119 free_page((unsigned long)cb1); in ehea_vlan_rx_add_vid() 2127 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_kill_vid() local 2132 cb1 in ehea_vlan_rx_kill_vid() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 2093 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_add_vid() local 2098 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid() 2099 if (!cb1) { in ehea_vlan_rx_add_vid() 2100 pr_err("no mem for cb1\n"); in ehea_vlan_rx_add_vid() 2106 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid() 2114 cb1->vlan_filter[index] |= ((u64)(0x8000000000000000 >> (vid & 0x3F))); in ehea_vlan_rx_add_vid() 2117 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid() 2123 free_page((unsigned long)cb1); in ehea_vlan_rx_add_vid() 2131 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_kill_vid() local 2136 cb1 in ehea_vlan_rx_kill_vid() [all...] |
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tda8290.c | 459 static unsigned char cb1[] = { 0x30, 0xD0 }; in tda8290_standby() local 462 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby() 467 cb1[1] = 0x90; in tda8290_standby()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda8290.c | 459 static unsigned char cb1[] = { 0x30, 0xD0 }; in tda8290_standby() local 462 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby() 467 cb1[1] = 0x90; in tda8290_standby()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 144 const struct tep_cmdline *cb1 = cb + 1; in cmdline_slot_cmp() local 150 if (ca->pid <= cb1->pid) in cmdline_slot_cmp()
|
Completed in 17 milliseconds