Searched refs:my_data (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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.1.9/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.1.9/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.1.9/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.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | devcom.h | 18 void *my_data,
|
/linux-6.1.9/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 2208 do_something(my_data); 2212 my_data = value; 2216 event_indecated 에의 변경이 잠재우는 코드에게 my_data 에의 변경 후에 이루어진 2224 do_something(my_data); 2229 my_data = value;
|
/linux-6.1.9/Documentation/ |
D | memory-barriers.txt | 2266 do_something(my_data); 2270 my_data = value; 2275 the sleeper as coming after the change to my_data. In such a circumstance, the 2282 do_something(my_data); 2287 my_data = value;
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 2820 void *my_data, in mlx5_esw_offloads_devcom_event() argument 2823 struct mlx5_eswitch *esw = my_data; in mlx5_esw_offloads_devcom_event()
|