/drivers/bus/ |
D | vexpress-config.c | 32 void vexpress_config_set_master(u32 site) in vexpress_config_set_master() argument 34 vexpress_config_site_master = site; in vexpress_config_set_master() 69 int vexpress_config_get_topo(struct device_node *node, u32 *site, in vexpress_config_get_topo() argument 72 vexpress_config_find_prop(node, "arm,vexpress,site", site); in vexpress_config_get_topo() 73 if (*site == VEXPRESS_SITE_MASTER) in vexpress_config_get_topo() 74 *site = vexpress_config_site_master; in vexpress_config_get_topo()
|
/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 201 struct cl_site *site; in ccc_device_alloc() local 213 site = kzalloc(sizeof(*site), GFP_NOFS); in ccc_device_alloc() 214 if (site != NULL) { in ccc_device_alloc() 215 rc = cl_site_init(site, &vdv->cdv_cl); in ccc_device_alloc() 217 rc = lu_site_init_finish(&site->cs_lu); in ccc_device_alloc() 221 kfree(site); in ccc_device_alloc() 236 struct cl_site *site = lu2cl_site(d->ld_site); in ccc_device_free() local 240 cl_site_fini(site); in ccc_device_free() 241 kfree(site); in ccc_device_free() 1013 struct lu_site *site; in cl_file_inode_init() local [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_object.c | 429 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m) in cl_site_stats_print() argument 454 lu_site_stats_print(&site->cs_lu, m); in cl_site_stats_print() 455 cache_stats_print(&site->cs_pages, m, 1); in cl_site_stats_print() 457 for (i = 0; i < ARRAY_SIZE(site->cs_pages_state); ++i) in cl_site_stats_print() 459 atomic_read(&site->cs_pages_state[i])); in cl_site_stats_print() 461 cache_stats_print(&site->cs_locks, m, 0); in cl_site_stats_print() 463 for (i = 0; i < ARRAY_SIZE(site->cs_locks_state); ++i) in cl_site_stats_print() 465 atomic_read(&site->cs_locks_state[i])); in cl_site_stats_print() 926 struct cl_device *cl_type_setup(const struct lu_env *env, struct lu_site *site, in cl_type_setup() argument 940 if (site != NULL) in cl_type_setup() [all …]
|
D | lu_object.c | 73 struct lu_site *site; in lu_object_put() local 79 site = o->lo_dev->ld_site; in lu_object_put() 102 cfs_hash_bd_get(site->ls_obj_hash, &top->loh_fid, &bd); in lu_object_put() 103 bkt = cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_object_put() 105 if (!cfs_hash_bd_dec_and_lock(site->ls_obj_hash, &bd, &top->loh_ref)) { in lu_object_put() 130 lprocfs_counter_incr(site->ls_stats, LU_SS_LRU_LEN); in lu_object_put() 132 o, site->ls_obj_hash, bkt, bkt->lsb_lru_len); in lu_object_put() 133 cfs_hash_bd_unlock(site->ls_obj_hash, &bd, 1); in lu_object_put() 149 cfs_hash_bd_del_locked(site->ls_obj_hash, &bd, &top->loh_hash); in lu_object_put() 150 cfs_hash_bd_unlock(site->ls_obj_hash, &bd, 1); in lu_object_put() [all …]
|
/drivers/misc/ |
D | vexpress-syscfg.c | 155 u32 site, position, dcc; in vexpress_syscfg_regmap_init() local 158 err = vexpress_config_get_topo(dev->of_node, &site, in vexpress_syscfg_regmap_init() 200 func, site, position, dcc, in vexpress_syscfg_regmap_init() 204 func->template[i] |= SYS_CFGCTRL_SITE(site); in vexpress_syscfg_regmap_init()
|
/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 348 struct lu_site *site; in vvp_pgcache_find() local 351 site = dev->ld_site; in vvp_pgcache_find() 355 if (id.vpi_bucket >= CFS_HASH_NHLIST(site->ls_obj_hash)) in vvp_pgcache_find()
|
/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 640 lu_site_bkt_from_fid(struct lu_site *site, struct lu_fid *fid) in lu_site_bkt_from_fid() argument 644 cfs_hash_bd_get(site->ls_obj_hash, fid, &bd); in lu_site_bkt_from_fid() 645 return cfs_hash_bd_extra_get(site->ls_obj_hash, &bd); in lu_site_bkt_from_fid()
|
D | cl_object.h | 2635 int cl_site_stats_print(const struct cl_site *site, struct seq_file *m); 2644 static inline struct cl_site *lu2cl_site(const struct lu_site *site) in lu2cl_site() argument 2646 return container_of(site, struct cl_site, cs_lu); in lu2cl_site() 3242 struct cl_device *cl_type_setup(const struct lu_env *env, struct lu_site *site,
|
D | lustre_fid.h | 379 struct lu_site *site, const struct lu_fid *fid);
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 296 struct lu_site *site; in lov_subobject_kill() local 304 site = sub->co_lu.lo_dev->ld_site; in lov_subobject_kill() 305 bkt = lu_site_bkt_from_fid(site, &sub->co_lu.lo_header->loh_fid); in lov_subobject_kill()
|
/drivers/net/wireless/hostap/ |
D | Kconfig | 24 Host AP driver configuration and tools. This site includes
|
/drivers/mtd/ubi/ |
D | Kconfig | 8 capabilities. Please, consult the MTD web site for more details
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 602 struct cl_site *site = &ed->ed_site_myself; in echo_site_init() local 606 rc = cl_site_init(site, &ed->ed_cl); in echo_site_init() 612 rc = lu_site_init_finish(&site->cs_lu); in echo_site_init() 616 ed->ed_site = site; in echo_site_init()
|
/drivers/uio/ |
D | Kconfig | 80 available for download from the Automata GmbH web site.
|
/drivers/staging/speakup/ |
D | spkguide.txt | 24 for installing or obtaining Speakup, visit the web site at 38 them. See the web site mentioned above for further details. 55 site, and learn how to patch Speakup into your own kernel source, and 676 If you run a google search for Fonix, you'll find their web site. 681 Dispatcher. You can check out the web site for your Linux distribution 688 You get it from the free(b)soft web site mentioned above. After you've 711 You can get the dec_pc.tgz file from the linux-speakup.org site. The 823 Suppose you want to start lynx and go to the Speakup site. 905 manual. For this information, visit the Speakup web site at
|
/drivers/char/ |
D | Kconfig | 455 the IBM Linux Technology Center (LTC) web site:
|
/drivers/mmc/host/ |
D | Kconfig | 711 web-site http://www.elandigitalsystems.com/support/downloads.php
|