Searched refs:teamid (Results 1 – 3 of 3) sorted by relevance
237 psem_cache_hash(char *name, size_t len, const char *teamid, size_t teamidlen) in psem_cache_hash() argument244 nd.psem_teamidptr = teamid; in psem_cache_hash()265 SipHash_Update(&ctx, teamid, teamidlen); in psem_cache_hash()542 const char *teamid = NULL; in sem_open() local594 teamid = psem_get_teamid(p); in sem_open()595 teamidlen = teamid ? strlen(teamid) : 0; in sem_open()600 nd = psem_cache_hash(nameptr, plen, teamid, teamidlen); in sem_open()879 const char *teamid; in sem_unlink() local913 teamid = psem_get_teamid(p); in sem_unlink()914 teamidlen = teamid ? strlen(teamid) : 0; in sem_unlink()[all …]
4182 void *teamid; in cs_blob_supplement_free() local4186 teamid = blob->csb_supplement_teamid; in cs_blob_supplement_free()4188 kfree_data(teamid, teamid_size); in cs_blob_supplement_free()
390 const char *teamid; member