Home
last modified time | relevance | path

Searched refs:nest (Results 101 – 125 of 145) sorted by relevance

123456

/openbmc/linux/kernel/locking/
H A Dmutex.c805 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest) in _mutex_lock_nest_lock() argument
807 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_); in _mutex_lock_nest_lock()
H A Drwsem.c1664 void _down_write_nest_lock(struct rw_semaphore *sem, struct lockdep_map *nest) in _down_write_nest_lock() argument
1667 rwsem_acquire_nest(&sem->dep_map, 0, 0, nest, _RET_IP_); in _down_write_nest_lock()
/openbmc/linux/Documentation/arch/x86/
H A Dkernel-stacks.rst37 per CPU interrupt nest counter. This is needed because x86-64 "IST"
38 hardware stacks cannot nest without races.
H A Dentry_64.rst55 instruction is rather fragile: it must nest perfectly and only in
/openbmc/linux/net/tipc/
H A Dnetlink_compat.c1000 struct nlattr *nest; in tipc_nl_compat_publ_dump() local
1015 nest = nla_nest_start_noflag(args, TIPC_NLA_SOCK); in tipc_nl_compat_publ_dump()
1016 if (!nest) { in tipc_nl_compat_publ_dump()
1026 nla_nest_end(args, nest); in tipc_nl_compat_publ_dump()
H A Dlink.c2765 struct nlattr *nest; in __tipc_nl_add_bc_link_stat() local
2795 nest = nla_nest_start_noflag(skb, TIPC_NLA_LINK_STATS); in __tipc_nl_add_bc_link_stat()
2796 if (!nest) in __tipc_nl_add_bc_link_stat()
2803 nla_nest_end(skb, nest); in __tipc_nl_add_bc_link_stat()
2807 nla_nest_cancel(skb, nest); in __tipc_nl_add_bc_link_stat()
/openbmc/linux/net/ipv4/
H A Dnexthop.c632 struct nlattr *nest; in nla_put_nh_group_res() local
634 nest = nla_nest_start(skb, NHA_RES_GROUP); in nla_put_nh_group_res()
635 if (!nest) in nla_put_nh_group_res()
649 nla_nest_end(skb, nest); in nla_put_nh_group_res()
653 nla_nest_cancel(skb, nest); in nla_put_nh_group_res()
922 struct nlattr *nest; in nh_fill_res_bucket() local
939 nest = nla_nest_start(skb, NHA_RES_BUCKET); in nh_fill_res_bucket()
940 if (!nest) in nh_fill_res_bucket()
950 nla_nest_end(skb, nest); in nh_fill_res_bucket()
955 nla_nest_cancel(skb, nest); in nh_fill_res_bucket()
/openbmc/linux/Documentation/core-api/
H A Dentry.rst108 Do not nest syscalls. Nested systcalls will cause RCU and/or context tracking
126 Do not nest KVM entry/exit transitions because doing so is nonsensical.
/openbmc/linux/net/bridge/
H A Dbr_fdb.c151 struct nlattr *nest = nla_nest_start(skb, NDA_FDB_EXT_ATTRS); in fdb_fill_info() local
154 if (!nest) in fdb_fill_info()
160 nla_nest_cancel(skb, nest); in fdb_fill_info()
164 nla_nest_end(skb, nest); in fdb_fill_info()
H A Dbr_multicast.c3129 struct nlattr *nest; in br_multicast_dump_querier_state() local
3135 nest = nla_nest_start(skb, nest_attr); in br_multicast_dump_querier_state()
3136 if (!nest) in br_multicast_dump_querier_state()
3187 nla_nest_end(skb, nest); in br_multicast_dump_querier_state()
3188 if (!nla_len(nest)) in br_multicast_dump_querier_state()
3189 nla_nest_cancel(skb, nest); in br_multicast_dump_querier_state()
3194 nla_nest_cancel(skb, nest); in br_multicast_dump_querier_state()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c365 struct nlattr *nest; in nfqnl_put_bridge() local
367 nest = nla_nest_start(skb, NFQA_VLAN); in nfqnl_put_bridge()
368 if (!nest) in nfqnl_put_bridge()
375 nla_nest_end(skb, nest); in nfqnl_put_bridge()
/openbmc/linux/net/ethtool/
H A Dnetlink.h14 const struct nlattr *nest, struct net *net,
/openbmc/linux/tools/net/ynl/generated/
H A Dhandshake-user.c87 …[HANDSHAKE_A_ACCEPT_CERTIFICATE] = { .name = "certificate", .type = YNL_PT_NEST, .nest = &handshak…
/openbmc/linux/include/linux/
H A Dirq.h790 static inline void irq_set_nested_thread(unsigned int irq, bool nest) in irq_set_nested_thread() argument
792 if (nest) in irq_set_nested_thread()
/openbmc/linux/drivers/net/
H A Dmacvlan.c1702 struct nlattr *nest; in macvlan_fill_info() local
1711 nest = nla_nest_start_noflag(skb, IFLA_MACVLAN_MACADDR_DATA); in macvlan_fill_info()
1712 if (nest == NULL) in macvlan_fill_info()
1719 nla_nest_end(skb, nest); in macvlan_fill_info()
/openbmc/linux/tools/build/Documentation/
H A DBuild.txt8 directories to nest for specific target to be build.
/openbmc/qemu/docs/specs/
H A Drocker.txt489 INFO <nest> Event info (details below)
498 INFO <nest>
515 INFO <nest>
599 TX_FRAG <nest> Packet fragment
962 FLOW_GROUP_ACTION nest
/openbmc/linux/net/sched/
H A Dsch_taprio.c2395 struct nlattr *nest, *sched_nest; in taprio_dump() local
2402 nest = nla_nest_start_noflag(skb, TCA_OPTIONS); in taprio_dump()
2403 if (!nest) in taprio_dump()
2439 return nla_nest_end(skb, nest); in taprio_dump()
2445 nla_nest_cancel(skb, nest); in taprio_dump()
H A Dsch_api.c554 struct nlattr *nest; in qdisc_dump_stab() local
556 nest = nla_nest_start_noflag(skb, TCA_STAB); in qdisc_dump_stab()
557 if (nest == NULL) in qdisc_dump_stab()
561 nla_nest_end(skb, nest); in qdisc_dump_stab()
/openbmc/linux/Documentation/powerpc/
H A Dimc.rst23 the nest IMC counter data to memory.
/openbmc/linux/tools/memory-model/
H A Dlock.cat55 empty ([LKW] ; po-loc ; [LKR]) \ (po-loc ; [UL] ; po-loc) as lock-nest
/openbmc/linux/fs/btrfs/
H A Dctree.h538 enum btrfs_lock_nesting nest);
/openbmc/linux/net/core/
H A Drtnetlink.c5384 struct nlattr *nest; in rtnl_offload_xstats_fill_hw_s_info_one() local
5386 nest = nla_nest_start(skb, attr_id); in rtnl_offload_xstats_fill_hw_s_info_one()
5387 if (!nest) in rtnl_offload_xstats_fill_hw_s_info_one()
5396 nla_nest_end(skb, nest); in rtnl_offload_xstats_fill_hw_s_info_one()
5400 nla_nest_cancel(skb, nest); in rtnl_offload_xstats_fill_hw_s_info_one()
5410 struct nlattr *nest; in rtnl_offload_xstats_fill_hw_s_info() local
5417 nest = nla_nest_start(skb, IFLA_OFFLOAD_XSTATS_HW_S_INFO); in rtnl_offload_xstats_fill_hw_s_info()
5418 if (!nest) in rtnl_offload_xstats_fill_hw_s_info()
5426 nla_nest_end(skb, nest); in rtnl_offload_xstats_fill_hw_s_info()
5430 nla_nest_cancel(skb, nest); in rtnl_offload_xstats_fill_hw_s_info()
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst41 with "+", parent nest can contain multiple attributes of the same type. This
152 Bit size is optional for bit-by-bit form. ``ETHTOOL_A_BITSET_BITS`` nest can
1314 of the nest. All distances are expressed in centimeters. The PHY takes
1339 nest containing information about the distance along the cable for the
1559 | | ``ETHTOOL_A_STATS_GRP_STAT`` | nested | nest containing a statistic |
1577 ``ETHTOOL_A_STATS_GRP_ID`` identifies which group's statistics nest contains.
1581 Statistics are added to the ``ETHTOOL_A_STATS_GRP`` nest under
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build104 'event-nest-struct.json',

123456