Searched refs:contender (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 211 struct flchip *contender; in get_chip() local 213 contender = shared->writing; in get_chip() 214 if (contender && contender != chip) { in get_chip() 224 ret = mutex_trylock(&contender->mutex); in get_chip() 229 ret = chip_ready(map, contender, mode); in get_chip() 233 mutex_unlock(&contender->mutex); in get_chip() 237 mutex_unlock(&contender->mutex); in get_chip() 245 put_chip(map, contender); in get_chip() 246 mutex_unlock(&contender->mutex); in get_chip() 249 mutex_unlock(&contender->mutex); in get_chip()
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 920 struct flchip *contender; in get_chip() local 922 contender = shared->writing; in get_chip() 923 if (contender && contender != chip) { in get_chip() 933 ret = mutex_trylock(&contender->mutex); in get_chip() 938 ret = chip_ready(map, contender, contender->start, mode); in get_chip() 942 mutex_unlock(&contender->mutex); in get_chip() 946 mutex_unlock(&contender->mutex); in get_chip() 954 put_chip(map, contender, contender->start); in get_chip() 955 mutex_unlock(&contender->mutex); in get_chip() 958 mutex_unlock(&contender->mutex); in get_chip()
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.h | 38 uint32_t contender:1; member
|
D | nosy-dump.c | 808 (pp->self_id.contender ? ", irm contender" : ""), in print_packet()
|