Home
last modified time | relevance | path

Searched refs:cb1 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dcb_refs.c20 static __noinline int cb1(void *map, void *key, void *value, void *ctx) in cb1() function
37 bpf_for_each_map_elem(&array_map, cb1, &p, 0); in underflow_prog()
111 cb1(NULL, NULL, NULL, &p); in non_cb_transfer_ref()
/linux-6.1.9/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2092 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_add_vid() local
2097 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid()
2098 if (!cb1) { in ehea_vlan_rx_add_vid()
2105 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid()
2113 cb1->vlan_filter[index] |= ((u64)(0x8000000000000000 >> (vid & 0x3F))); in ehea_vlan_rx_add_vid()
2116 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid()
2122 free_page((unsigned long)cb1); in ehea_vlan_rx_add_vid()
2130 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_kill_vid() local
2135 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_kill_vid()
2136 if (!cb1) { in ehea_vlan_rx_kill_vid()
[all …]
/linux-6.1.9/drivers/media/tuners/
Dtda8290.c459 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()
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c144 const struct tep_cmdline *cb1 = cb + 1; in cmdline_slot_cmp() local
150 if (ca->pid <= cb1->pid) in cmdline_slot_cmp()