/linux-6.12.1/net/rxrpc/ |
D | proc.c | 27 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() 115 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() 202 static void *rxrpc_bundle_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_bundle_seq_start() 315 static void *rxrpc_peer_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_peer_seq_start() 351 static void *rxrpc_peer_seq_next(struct seq_file *seq, void *v, loff_t *_pos) in rxrpc_peer_seq_next() 430 static void *rxrpc_local_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_local_seq_start() 448 static void *rxrpc_local_seq_next(struct seq_file *seq, void *v, loff_t *_pos) in rxrpc_local_seq_next()
|
/linux-6.12.1/fs/afs/ |
D | proc.c | 59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 277 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start() 287 loff_t *_pos) in afs_proc_cell_volumes_next() 370 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start() 395 loff_t *_pos) in afs_proc_cell_vlservers_next() 470 static void *afs_proc_servers_start(struct seq_file *m, loff_t *_pos) in afs_proc_servers_start() 477 static void *afs_proc_servers_next(struct seq_file *m, void *v, loff_t *_pos) in afs_proc_servers_next()
|
/linux-6.12.1/security/keys/ |
D | proc.c | 112 static void *proc_keys_start(struct seq_file *p, loff_t *_pos) in proc_keys_start() 135 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos) in proc_keys_next() 274 static void *proc_key_users_start(struct seq_file *p, loff_t *_pos) in proc_key_users_start() 291 static void *proc_key_users_next(struct seq_file *p, void *v, loff_t *_pos) in proc_key_users_next()
|
/linux-6.12.1/fs/netfs/ |
D | main.c | 78 static void *netfs_requests_seq_start(struct seq_file *m, loff_t *_pos) in netfs_requests_seq_start() 85 static void *netfs_requests_seq_next(struct seq_file *m, void *v, loff_t *_pos) in netfs_requests_seq_next()
|
D | fscache_cache.c | 405 static void *fscache_caches_seq_start(struct seq_file *m, loff_t *_pos) in fscache_caches_seq_start() 412 static void *fscache_caches_seq_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_caches_seq_next()
|
D | fscache_volume.c | 510 static void *fscache_volumes_seq_start(struct seq_file *m, loff_t *_pos) in fscache_volumes_seq_start() 517 static void *fscache_volumes_seq_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_volumes_seq_next()
|
D | fscache_cookie.c | 1159 static void *fscache_cookies_seq_start(struct seq_file *m, loff_t *_pos) in fscache_cookies_seq_start() 1166 static void *fscache_cookies_seq_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_cookies_seq_next()
|
/linux-6.12.1/fs/proc/ |
D | nommu.c | 79 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start()
|
D | generic.c | 802 loff_t *_pos) in proc_simple_write()
|
/linux-6.12.1/fs/bcachefs/ |
D | util.h | 517 #define __array_insert_item(_array, _nr, _pos) \ argument 522 #define array_insert_item(_array, _nr, _pos, _new_item) \ argument 529 #define array_remove_items(_array, _nr, _pos, _nr_to_remove) \ argument 537 #define array_remove_item(_array, _nr, _pos) \ argument
|
D | btree_cache.h | 81 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos) \ argument
|
D | darray.h | 76 #define darray_remove_item(_d, _pos) \ argument
|
D | btree_update.h | 334 #define bch2_bkey_get_mut_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument
|
D | btree_iter.h | 592 #define bch2_bkey_get_iter_typed(_trans, _iter, _btree_id, _pos, _flags, _type)\ argument 628 #define bch2_bkey_get_val_typed(_trans, _btree_id, _pos, _flags, _type, _val)\ argument
|
D | bcachefs_format.h | 344 #define POS_KEY(_pos) \ argument
|
/linux-6.12.1/drivers/mfd/ |
D | rc5t583.c | 30 #define DEEPSLEEP_INIT(_id, _reg, _pos) \ argument
|
/linux-6.12.1/fs/nfs/ |
D | client.c | 1240 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start() 1307 static void *nfs_volume_list_start(struct seq_file *m, loff_t *_pos) in nfs_volume_list_start()
|
/linux-6.12.1/drivers/regulator/ |
D | palmas-regulator.c | 319 #define EXTERNAL_REQUESTOR(_id, _offset, _pos) \ argument 355 #define EXTERNAL_REQUESTOR_TPS65917(_id, _offset, _pos) \ argument
|
/linux-6.12.1/include/linux/ |
D | min_heap.h | 111 #define min_heap_sift_down(_heap, _pos, _func, _args) \ argument
|
/linux-6.12.1/net/hsr/ |
D | hsr_framereg.c | 628 void *hsr_get_next_node(struct hsr_priv *hsr, void *_pos, in hsr_get_next_node()
|
/linux-6.12.1/drivers/infiniband/hw/irdma/ |
D | defs.h | 930 #define IRDMA_GET_CEQ_ELEM_AT_POS(_ceq, _pos) \ argument 1018 #define IRDMA_RING_SET_TAIL(_ring, _pos) \ argument
|