Home
last modified time | relevance | path

Searched refs:_fl (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dgpio-core.h139 #define samsung_gpio_lock(_oc, _fl) spin_lock_irqsave(&(_oc)->lock, _fl)
140 #define samsung_gpio_unlock(_oc, _fl) spin_unlock_irqrestore(&(_oc)->lock, _fl)
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dgpio-core.h136 #define samsung_gpio_lock(_oc, _fl) spin_lock_irqsave(&(_oc)->lock, _fl)
137 #define samsung_gpio_unlock(_oc, _fl) spin_unlock_irqrestore(&(_oc)->lock, _fl)
/kernel/linux/linux-5.10/net/sctp/
H A Dipv6.c231 struct flowi _fl; in sctp_v6_get_dst() local
232 struct flowi6 *fl6 = &_fl.u.ip6; in sctp_v6_get_dst()
242 memset(&_fl, 0, sizeof(_fl)); in sctp_v6_get_dst()
282 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
308 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
348 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
[all...]
H A Dprotocol.c419 struct flowi _fl; in sctp_v4_get_dst() local
420 struct flowi4 *fl4 = &_fl.u.ip4; in sctp_v4_get_dst()
430 memset(&_fl, 0x0, sizeof(_fl)); in sctp_v4_get_dst()
452 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
519 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
529 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dipv6.c279 struct flowi _fl; in sctp_v6_get_dst() local
280 struct flowi6 *fl6 = &_fl.u.ip6; in sctp_v6_get_dst()
290 memset(&_fl, 0, sizeof(_fl)); in sctp_v6_get_dst()
330 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
356 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
396 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v6_get_dst()
[all...]
H A Dprotocol.c422 struct flowi _fl; in sctp_v4_get_dst() local
423 struct flowi4 *fl4 = &_fl.u.ip4; in sctp_v4_get_dst()
433 memset(&_fl, 0x0, sizeof(_fl)); in sctp_v4_get_dst()
456 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
521 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
531 memcpy(fl, &_fl, sizeof(_fl)); in sctp_v4_get_dst()
[all...]
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-mtk.h72 #define FACTOR_FLAGS(_id, _name, _parent, _mult, _div, _fl) { \
78 .flags = _fl, \

Completed in 7 milliseconds