Home
last modified time | relevance | path

Searched refs:ps_name (Results 1 – 3 of 3) sorted by relevance

/drivers/media/radio/si4713/
Dsi4713.c822 static int si4713_set_rds_ps_name(struct si4713_device *sdev, char *ps_name) in si4713_set_rds_ps_name() argument
828 if (!strlen(ps_name)) in si4713_set_rds_ps_name()
829 memset(ps_name, 0, MAX_RDS_PS_NAME + 1); in si4713_set_rds_ps_name()
835 ps_name + i); in si4713_set_rds_ps_name()
841 if (strlen(ps_name)) in si4713_set_rds_ps_name()
842 len = strlen(ps_name) - 1; in si4713_set_rds_ps_name()
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1602 CDEBUG(D_NET, "Finalize %s pool\n", pool->po_owner->ps_name); in kiblnd_fini_pool()
1607 CDEBUG(D_NET, "Initialize %s pool\n", ps->ps_name); in kiblnd_init_pool()
1675 if (strlcpy(ps->ps_name, name, sizeof(ps->ps_name)) in kiblnd_init_poolset()
1676 >= sizeof(ps->ps_name)) in kiblnd_init_poolset()
1686 CERROR("Failed to create the first pool for %s\n", ps->ps_name); in kiblnd_init_poolset()
1760 ps->ps_name); in kiblnd_pool_alloc_node()
1774 CDEBUG(D_NET, "%s pool exhausted, allocate new pool\n", ps->ps_name); in kiblnd_pool_alloc_node()
1785 ps->ps_name); in kiblnd_pool_alloc_node()
Do2iblnd.h245 char ps_name[IBLND_POOL_NAME_LEN]; /* pool set name */ member