Searched defs:_fl (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/arm/mach-s3c/ |
D | gpio-core.h | 136 #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-6.12.1/drivers/clk/mediatek/ |
D | clk-mtk.h | 72 #define FACTOR_FLAGS(_id, _name, _parent, _mult, _div, _fl) { \ argument
|
/linux-6.12.1/net/sctp/ |
D | ipv6.c | 277 struct flowi _fl; in sctp_v6_get_dst() local
|
D | protocol.c | 423 struct flowi _fl; in sctp_v4_get_dst() local
|
/linux-6.12.1/include/linux/ |
D | filelock.h | 413 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument
|