lkml.org 
[lkml]   [2008]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/1] semaphore: declare down_try
Jiri Slaby napsal(a):
> Maybe you already fixed this, in todays mmotm there is a fix of duplicate
> down_try definiton, but this problem still persist.

BTW. there is still bunch of down_trylock(); users, are you about to
eliminate them?

2 182 /home/latest/xxx/drivers/watchdog/ar7_wdt.c <<ar7_wdt_open>>
if (down_trylock(&open_semaphore))
3 309 /home/latest/xxx/drivers/watchdog/it8712f_wdt.c
<<it8712f_wdt_open>>
if (down_trylock(&it8712f_wdt_sem))
4 214 /home/latest/xxx/drivers/watchdog/s3c2410_wdt.c
<<s3c2410wdt_open>>
if(down_trylock(&open_lock))
5 154 /home/latest/xxx/drivers/watchdog/sc1200wdt.c <<sc1200wdt_open>>
if (down_trylock(&open_sem))
6 95 /home/latest/xxx/drivers/watchdog/scx200_wdt.c <<scx200_wdt_open>>
if (down_trylock(&open_semaphore))
7 429 /home/latest/xxx/drivers/watchdog/wdt_pci.c <<wdtpci_open>>
if (down_trylock(&open_sem))


\
 
 \ /
  Last update: 2008-07-30 13:31    [W:0.196 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site