Home
last modified time | relevance | path

Searched refs:_fl (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/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-6.15/net/sctp/
H A Dipv6.c277 struct flowi _fl; in sctp_v6_get_dst() local
278 struct flowi6 *fl6 = &_fl.u.ip6; in sctp_v6_get_dst()
288 memset(&_fl, 0, sizeof(_fl)); in sctp_v6_get_dst()
329 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
355 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
395 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
410 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
H A Dprotocol.c421 struct flowi _fl; in sctp_v4_get_dst() local
422 struct flowi4 *fl4 = &_fl.u.ip4; in sctp_v4_get_dst()
435 memset(&_fl, 0x0, sizeof(_fl)); in sctp_v4_get_dst()
458 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
523 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
533 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
/linux-6.15/drivers/clk/mediatek/
H A Dclk-mtk.h72 #define FACTOR_FLAGS(_id, _name, _parent, _mult, _div, _fl) { \ argument
78 .flags = _fl, \
/linux-6.15/include/linux/
H A Dfilelock.h418 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument