Searched refs:cd (Results 1 – 6 of 6) sorted by relevance
/include/linux/sunrpc/ |
D | cache.h | 90 struct cache_detail *cd, 92 void (*warn_no_listener)(struct cache_detail *cd, 176 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put() argument 179 h->expiry_time < cd->nextcheck) in cache_put() 180 cd->nextcheck = h->expiry_time; in cache_put() 181 kref_put(&h->ref, cd->cache_put); in cache_put() 201 extern int cache_register_net(struct cache_detail *cd, struct net *net); 202 extern void cache_unregister_net(struct cache_detail *cd, struct net *net); 205 extern void cache_destroy_net(struct cache_detail *cd, struct net *net); 207 extern void sunrpc_init_cache_detail(struct cache_detail *cd); [all …]
|
/include/media/ |
D | media-devnode.h | 82 #define to_media_devnode(cd) container_of(cd, struct media_devnode, dev) argument
|
D | v4l2-dev.h | 137 #define to_video_device(cd) container_of(cd, struct video_device, dev) argument
|
/include/linux/mfd/ |
D | ucb1x00.h | 162 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev) argument
|
/include/linux/ |
D | dca.h | 38 struct device *cd; member
|
/include/linux/amba/ |
D | pl08x.h | 193 const struct pl08x_channel_data *cd; member
|