Home
last modified time | relevance | path

Searched refs:fl2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/ppc/translate/
H A Dvsx-ops.c.inc12 #define GEN_XX1FORM(name, opc2, opc3, fl2) \
13 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0, PPC_NONE, fl2), \
14 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0, PPC_NONE, fl2)
16 #define GEN_XX2FORM(name, opc2, opc3, fl2) \
17 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0, PPC_NONE, fl2), \
18 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0, PPC_NONE, fl2)
20 #define GEN_XX2FORM_EXT(name, opc2, opc3, fl2) \
21 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 0, opc3, 0x00100000, PPC_NONE, fl2), \
22 GEN_HANDLER2_E(name, #name, 0x3C, opc2 | 1, opc3, 0x00100000, PPC_NONE, fl2)
24 #define GEN_XX2FORM_EO(name, opc2, opc3, opc4, fl2) \
[all …]
/openbmc/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c38 struct flock fl, fl2; in main() local
105 fl2.l_type = F_UNLCK; in main()
106 fl2.l_start = 0; in main()
107 fl2.l_len = 0; in main()
108 rc = lock_get(fd, &fl2); in main()
114 if (memcmp(&fl, &fl2, sizeof(fl))) { in main()
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-graph-mod.c234 BlockDriverState *fl2 = pass_through_node("fl2"); in test_parallel_exclusive_write() local
237 bdrv_drained_begin(fl2); in test_parallel_exclusive_write()
254 bdrv_attach_child(fl2, base, "backing", &child_of_bds, in test_parallel_exclusive_write()
258 bdrv_replace_node(fl1, fl2, &error_abort); in test_parallel_exclusive_write()
261 bdrv_drained_end(fl2); in test_parallel_exclusive_write()
265 bdrv_unref(fl2); in test_parallel_exclusive_write()
357 BlockDriverState *fl2 = pass_through_node("fl2"); in test_parallel_perm_update() local
371 c_fl2 = bdrv_attach_child(ws, fl2, "second", &child_of_bds, in test_parallel_perm_update()
376 bdrv_attach_child(fl2, base, "backing", &child_of_bds, in test_parallel_perm_update()
/openbmc/linux/include/linux/lockd/
H A Dlockd.h376 const struct file_lock *fl2) in nlm_compare_locks() argument
378 return file_inode(fl1->fl_file) == file_inode(fl2->fl_file) in nlm_compare_locks()
379 && fl1->fl_pid == fl2->fl_pid in nlm_compare_locks()
380 && fl1->fl_owner == fl2->fl_owner in nlm_compare_locks()
381 && fl1->fl_start == fl2->fl_start in nlm_compare_locks()
382 && fl1->fl_end == fl2->fl_end in nlm_compare_locks()
383 &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); in nlm_compare_locks()
/openbmc/linux/net/mctp/
H A Daf_mctp.c377 unsigned long fl2; in mctp_ioctl_alloctag() local
384 spin_lock_irqsave(&key->lock, fl2); in mctp_ioctl_alloctag()
385 __mctp_key_remove(key, net, fl2, MCTP_TRACE_KEY_DROPPED); in mctp_ioctl_alloctag()
399 unsigned long flags, fl2; in mctp_ioctl_droptag() local
423 spin_lock_irqsave(&key->lock, fl2); in mctp_ioctl_droptag()
427 __mctp_key_remove(key, net, fl2, in mctp_ioctl_droptag()
431 spin_unlock_irqrestore(&key->lock, fl2); in mctp_ioctl_droptag()
498 unsigned long next_expiry, flags, fl2; in mctp_sk_expire_keys() local
512 spin_lock_irqsave(&key->lock, fl2); in mctp_sk_expire_keys()
514 __mctp_key_remove(key, net, fl2, in mctp_sk_expire_keys()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_main.c682 struct flowi4 fl1, fl2; in callforward_do_filter() local
688 memset(&fl2, 0, sizeof(fl2)); in callforward_do_filter()
689 fl2.daddr = dst->ip; in callforward_do_filter()
693 flowi4_to_flowi(&fl2), false)) { in callforward_do_filter()
695 rt_nexthop(rt2, fl2.daddr) && in callforward_do_filter()
707 struct flowi6 fl1, fl2; in callforward_do_filter() local
712 memset(&fl2, 0, sizeof(fl2)); in callforward_do_filter()
713 fl2.daddr = dst->in6; in callforward_do_filter()
717 flowi6_to_flowi(&fl2), false)) { in callforward_do_filter()
719 rt6_nexthop(rt2, &fl2.daddr)) && in callforward_do_filter()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c463 aq_nic->aq_hw_rx_fltrs.fl2.aq_vlans, in aq_add_del_fvlan()
836 aq_nic->aq_hw_rx_fltrs.fl2.aq_vlans); in aq_filters_vlans_update()
847 aq_nic->aq_hw_rx_fltrs.fl2.aq_vlans in aq_filters_vlans_update()
874 aq_nic->aq_hw_rx_fltrs.fl2.aq_vlans); in aq_filters_vlan_offload_off()
886 aq_nic->aq_hw_rx_fltrs.fl2.aq_vlans in aq_filters_vlan_offload_off()
H A Daq_nic.h121 struct aq_hw_rx_fl2 fl2; member
/openbmc/linux/net/ipv6/
H A Dicmp.c360 struct flowi6 fl2; in icmpv6_route_lookup() local
392 err = xfrm_decode_session_reverse(skb, flowi6_to_flowi(&fl2), AF_INET6); in icmpv6_route_lookup()
396 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup()
400 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup()
/openbmc/linux/fs/
H A Dlocks.c588 static inline int locks_overlap(struct file_lock *fl1, struct file_lock *fl2) in locks_overlap() argument
590 return ((fl1->fl_end >= fl2->fl_start) && in locks_overlap()
591 (fl2->fl_end >= fl1->fl_start)); in locks_overlap()
597 static int posix_same_owner(struct file_lock *fl1, struct file_lock *fl2) in posix_same_owner() argument
599 return fl1->fl_owner == fl2->fl_owner; in posix_same_owner()
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c279 const struct nfs4_ff_layout_segment *fl2 = FF_LAYOUT_LSEG(l1); in ff_lseg_match_mirrors() local
282 if (fl1->mirror_array_cnt != fl2->mirror_array_cnt) in ff_lseg_match_mirrors()
285 if (fl1->mirror_array[i] != fl2->mirror_array[i]) in ff_lseg_match_mirrors()