Searched refs:my_data (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/Documentation/ |
D | kref.txt | 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; 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 …]
|
D | memory-barriers.txt | 2232 do_something(my_data); 2236 my_data = value; 2241 the sleeper as coming after the change to my_data. In such a circumstance, the 2248 do_something(my_data); 2253 my_data = value;
|
/Linux-v5.4/samples/kprobes/ |
D | kretprobe_example.c | 35 struct my_data { struct 42 struct my_data *data; in entry_handler() argument 47 data = (struct my_data *)ri->data; in entry_handler() 60 struct my_data *data = (struct my_data *)ri->data; in ret_handler() 74 .data_size = sizeof(struct my_data),
|
/Linux-v5.4/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-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | devcom.h | 16 void *my_data,
|
/Linux-v5.4/Documentation/translations/ko_KR/ |
D | memory-barriers.txt | 2212 do_something(my_data); 2216 my_data = value; 2220 event_indecated 에의 변경이 잠재우는 코드에게 my_data 에의 변경 후에 이루어진 2228 do_something(my_data); 2233 my_data = value;
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 1667 void *my_data, in mlx5_esw_offloads_devcom_event() argument 1670 struct mlx5_eswitch *esw = my_data; in mlx5_esw_offloads_devcom_event()
|