Searched refs:cd (Results 1 – 7 of 7) sorted by relevance
/include/linux/sunrpc/ |
D | cache.h | 87 void (*cache_request)(struct cache_detail *cd, 95 struct cache_detail *cd, 97 void (*warn_no_listener)(struct cache_detail *cd, 195 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put() argument 198 h->expiry_time < cd->nextcheck) in cache_put() 199 cd->nextcheck = h->expiry_time; in cache_put() 200 kref_put(&h->ref, cd->cache_put); in cache_put() 215 extern int cache_register_net(struct cache_detail *cd, struct net *net); 216 extern void cache_unregister_net(struct cache_detail *cd, struct net *net); 219 extern void cache_destroy_net(struct cache_detail *cd, struct net *net); [all …]
|
/include/media/ |
D | media-devnode.h | 83 #define to_media_devnode(cd) container_of(cd, struct media_devnode, dev) argument
|
D | v4l2-dev.h | 147 #define to_video_device(cd) container_of(cd, struct video_device, dev) argument
|
/include/linux/mfd/ |
D | ucb1x00.h | 163 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev) argument
|
/include/linux/ |
D | dca.h | 38 struct device *cd; member
|
/include/linux/iio/adc/ |
D | ad_sigma_delta.h | 120 const struct ad_sd_calib_data *cd, unsigned int n);
|
/include/linux/mlx5/ |
D | mlx5_ifc.h | 233 u8 cd[0x1]; member
|