Home
last modified time | relevance | path

Searched defs:_fl (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mach-s3c/
H A Dgpio-core.h136 #define samsung_gpio_lock(_oc, _fl) spin_lock_irqsave(&(_oc)->lock, _fl) argument
137 #define samsung_gpio_unlock(_oc, _fl) spin_unlock_irqrestore(&(_oc)->lock, _fl) argument
/linux/drivers/clk/mediatek/
H A Dclk-mtk.h72 #define FACTOR_FLAGS(_id, _name, _parent, _mult, _div, _fl) { \ argument
/linux/include/linux/
H A Dfilelock.h418 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument