Searched refs:max_dmbs (Results 1 – 5 of 5) sorted by relevance
87 int max_dmbs; in dibs_unregister_client() local93 max_dmbs = dibs->ops->max_dmbs(); in dibs_unregister_client()94 for (int i = 0; i < max_dmbs; ++i) { in dibs_unregister_client()187 int max_dmbs; in dibs_dev_add() local190 max_dmbs = dibs->ops->max_dmbs(); in dibs_dev_add()191 dibs->dmb_clientid_arr = kzalloc(max_dmbs, GFP_KERNEL); in dibs_dev_add()194 memset(dibs->dmb_clientid_arr, NO_DIBS_CLIENT, max_dmbs); in dibs_dev_add()
283 .max_dmbs = dibs_lo_max_dmbs,
466 static struct smcd_dev *smcd_alloc_dev(const char *name, int max_dmbs) in smcd_alloc_dev() argument 470 smcd = kzalloc_flex(*smcd, conn, max_dmbs); in smcd_alloc_dev() 494 int max_dmbs; in smcd_alloc_dev() 496 max_dmbs = dibs->ops->max_dmbs(); in smcd_register_dev() 498 smcd = smcd_alloc_dev(dev_name(&dibs->dev), max_dmbs); in smcd_register_dev() 499 int max_dmbs; smcd_register_dev() local
247 int (*max_dmbs)(void); member
546 .max_dmbs = ism_max_dmbs,