Searched refs:id_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | thread-device.c | 13 unsigned int *id_ptr) in vdo_register_thread_device_id() argument 15 vdo_register_thread(&device_id_thread_registry, new_thread, id_ptr); in vdo_register_thread_device_id()
|
D | thread-device.h | 12 unsigned int *id_ptr);
|
/linux-6.12.1/net/sched/ |
D | act_api.c | 924 struct tc_act_pernet_id *id_ptr; in tcf_pernet_add_id_list() local 928 list_for_each_entry(id_ptr, &act_pernet_id_list, list) { in tcf_pernet_add_id_list() 929 if (id_ptr->id == id) { in tcf_pernet_add_id_list() 935 id_ptr = kzalloc(sizeof(*id_ptr), GFP_KERNEL); in tcf_pernet_add_id_list() 936 if (!id_ptr) { in tcf_pernet_add_id_list() 940 id_ptr->id = id; in tcf_pernet_add_id_list() 942 list_add_tail(&id_ptr->list, &act_pernet_id_list); in tcf_pernet_add_id_list() 951 struct tc_act_pernet_id *id_ptr; in tcf_pernet_del_id_list() local 954 list_for_each_entry(id_ptr, &act_pernet_id_list, list) { in tcf_pernet_del_id_list() 955 if (id_ptr->id == id) { in tcf_pernet_del_id_list() [all …]
|
/linux-6.12.1/drivers/net/ethernet/mediatek/ |
D | airoha_eth.c | 2592 const __be32 *id_ptr = of_get_property(np, "reg", NULL); in airoha_alloc_gdm_port() local 2599 if (!id_ptr) { in airoha_alloc_gdm_port() 2604 id = be32_to_cpup(id_ptr); in airoha_alloc_gdm_port()
|