Searched refs:my_data (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | kref.rst | 37 struct my_data 53 struct my_data *data; 91 struct my_data *data = container_of(ref, struct my_data, refcount); 97 struct my_data *data = cb_data; 107 struct my_data *data; 174 struct my_data 180 static struct my_data *get_entry() 182 struct my_data *entry = NULL; 185 entry = container_of(q.next, struct my_data, link); 194 struct my_data *entry = container_of(ref, struct my_data, refcount); [all …]
|
/linux-6.12.1/samples/kprobes/ |
D | kretprobe_example.c | 34 struct my_data { struct 41 struct my_data *data; in entry_handler() argument 46 data = (struct my_data *)ri->data; in entry_handler() 60 struct my_data *data = (struct my_data *)ri->data; in ret_handler() 75 .data_size = sizeof(struct my_data),
|
/linux-6.12.1/Documentation/core-api/ |
D | kref.rst | 24 struct my_data 41 struct my_data *data; 85 struct my_data *data = container_of(ref, struct my_data, refcount); 91 struct my_data *data = cb_data; 101 struct my_data *data; 178 struct my_data 184 static struct my_data *get_entry() 186 struct my_data *entry = NULL; 189 entry = container_of(q.next, struct my_data, link); 198 struct my_data *entry = container_of(ref, struct my_data, refcount); [all …]
|
/linux-6.12.1/drivers/mtd/lpddr/ |
D | lpddr2_nvm.c | 321 u_long add, current_len, tot_len, target_len, my_data; in lpddr2_nvm_write() local 336 my_data = write_buf[tot_len]; in lpddr2_nvm_write() 337 my_data += (write_buf[tot_len+1]) << 8; in lpddr2_nvm_write() 339 my_data += (write_buf[tot_len+2]) << 16; in lpddr2_nvm_write() 340 my_data += (write_buf[tot_len+3]) << 24; in lpddr2_nvm_write() 343 my_data, add, 0x00, NULL); in lpddr2_nvm_write()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | devcom.h | 18 void *my_data,
|
/linux-6.12.1/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 2229 do_something(my_data); 2233 my_data = value; 2237 event_indecated 에의 변경이 잠재우는 코드에게 my_data 에의 변경 후에 이루어진 2245 do_something(my_data); 2250 my_data = value;
|
/linux-6.12.1/Documentation/ |
D | memory-barriers.txt | 2273 do_something(my_data); 2277 my_data = value; 2282 the sleeper as coming after the change to my_data. In such a circumstance, the 2289 do_something(my_data); 2294 my_data = value;
|
/linux-6.12.1/Documentation/translations/sp_SP/ |
D | memory-barriers.txt | 2371 hacer_algo(my_data); 2375 my_data = valor; 2380 el durmiente de manera que venga después del cambio a my_data. En tal 2388 hacer_algo(my_data); 2393 my_data = value;
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 207 static int mlx5e_devcom_event_mpv(int event, void *my_data, void *event_data) in mlx5e_devcom_event_mpv() argument 209 struct mlx5e_priv *slave_priv = my_data; in mlx5e_devcom_event_mpv() 222 mlx5e_ipsec_handle_mpv_event(event, my_data, event_data); in mlx5e_devcom_event_mpv()
|
D | eswitch_offloads.c | 2984 void *my_data, in mlx5_esw_offloads_devcom_event() argument 2987 struct mlx5_eswitch *esw = my_data; in mlx5_esw_offloads_devcom_event()
|