/kernel/linux/linux-5.10/kernel/ |
H A D | stop_machine.c | 161 enum multi_stop_state state; member [all...] |
/kernel/linux/linux-5.10/kernel/time/ |
H A D | tick-broadcast.c | 710 int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() argument 994 int __tick_broadcast_oneshot_control(enum tick_broadcast_state state) in __tick_broadcast_oneshot_control() argument [all...] |
H A D | clockevents.c | 91 __clockevents_switch_state(struct clock_event_device *dev, enum clock_event_state state) __clockevents_switch_state() argument 147 clockevents_switch_state(struct clock_event_device *dev, enum clock_event_state state) clockevents_switch_state() argument [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_struct_ops.c | 246 enum bpf_struct_ops_state state; in bpf_struct_ops_map_sys_lookup_elem() local [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | posix_acl.c | 213 int state = ACL_USER_OBJ; in posix_acl_valid() local [all...] |
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 118 struct qc_state state; in quota_getinfo() local 332 static int quota_state_to_flags(struct qc_state *state) in quota_state_to_flags() argument 354 struct qc_state state; quota_getstate() local 452 struct qc_state state; quota_getstatev() local [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | localalloc.c | 1045 int state; in ocfs2_recalc_la_window() local
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_bmap_item.c | 439 xfs_exntst_t state; in xfs_bui_item_recover() local 235 xfs_trans_log_finish_bmap_update( struct xfs_trans *tp, struct xfs_bud_log_item *budp, enum xfs_bmap_intent_type type, struct xfs_inode *ip, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t *blockcount, xfs_exntst_t state) xfs_trans_log_finish_bmap_update() argument 281 xfs_trans_set_bmap_flags( struct xfs_map_extent *bmap, enum xfs_bmap_intent_type type, int whichfork, xfs_exntst_t state) xfs_trans_set_bmap_flags() argument 364 xfs_bmap_update_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) xfs_bmap_update_finish_item() argument
|
H A D | xfs_rmap_item.c | 480 xfs_exntst_t state; in xfs_rui_item_recover() local 259 xfs_trans_set_rmap_flags( struct xfs_map_extent *rmap, enum xfs_rmap_intent_type type, int whichfork, xfs_exntst_t state) xfs_trans_set_rmap_flags() argument 306 xfs_trans_log_finish_rmap_update( struct xfs_trans *tp, struct xfs_rud_log_item *rudp, enum xfs_rmap_intent_type type, uint64_t owner, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state, struct xfs_btree_cur **pcur) xfs_trans_log_finish_rmap_update() argument 415 xfs_rmap_update_finish_item( struct xfs_trans *tp, struct xfs_log_item *done, struct list_head *item, struct xfs_btree_cur **state) xfs_rmap_update_finish_item() argument
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | a2mp.c | 74 static struct amp_mgr *amp_mgr_lookup_by_state(u8 state) in amp_mgr_lookup_by_state() argument 716 static void a2mp_chan_state_change_cb(struct l2cap_chan *chan, int state, in a2mp_chan_state_change_cb() argument [all...] |
H A D | af_bluetooth.c | 541 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo) in bt_sock_wait_state() argument
|
H A D | a2mp.h | 28 unsigned long state; member
|
/kernel/linux/linux-5.10/net/dccp/ccids/ |
H A D | ccid3.c | 38 static const char *ccid3_tx_state_name(enum ccid3_hc_tx_states state) in ccid3_tx_state_name() argument 560 static const char *ccid3_rx_state_name(enum ccid3_hc_rx_states state) in ccid3_rx_state_name() argument 50 ccid3_hc_tx_set_state(struct sock *sk, enum ccid3_hc_tx_states state) ccid3_hc_tx_set_state() argument 571 ccid3_hc_rx_set_state(struct sock *sk, enum ccid3_hc_rx_states state) ccid3_hc_rx_set_state() argument [all...] |
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 127 static struct sock *rfcomm_get_sock_by_channel(int state, u8 channel, bdaddr_t *src) in rfcomm_get_sock_by_channel() argument [all...] |
/kernel/linux/linux-5.10/net/caif/ |
H A D | chnl_net.c | 53 enum caif_states state; member [all...] |
/kernel/linux/linux-5.10/net/802/ |
H A D | mrp.c | 483 enum mrp_applicant_state state; in mrp_attr_event() local
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_mrp.c | 397 u8 state; in br_mrp_del_impl() local 544 br_mrp_set_port_state(struct net_bridge_port *p, enum br_mrp_port_state_type state) br_mrp_set_port_state() argument 602 br_mrp_set_ring_state(struct net_bridge *br, struct br_mrp_ring_state *state) br_mrp_set_ring_state() argument 685 br_mrp_set_in_state(struct net_bridge *br, struct br_mrp_in_state *state) br_mrp_set_in_state() argument 719 u8 state; br_mrp_set_in_role() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_minisocks.c | 253 void tcp_time_wait(struct sock *sk, int state, int timeo) in tcp_time_wait() argument 840 int state = child->sk_state; global() variable [all...] |
/kernel/linux/linux-5.10/net/ipv6/ila/ |
H A D | ila_xlat.c | 187 ila_nf_input(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) ila_nf_input() argument
|
/kernel/linux/linux-5.10/net/mac802154/ |
H A D | iface.c | 711 netdev_notify(struct notifier_block *nb, unsigned long state, void *ptr) netdev_notify() argument
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | core.c | 577 int nf_hook_slow(struct sk_buff *skb, struct nf_hook_state *state, in nf_hook_slow() argument 611 void nf_hook_slow_list(struct list_head *head, struct nf_hook_state *state, in nf_hook_slow_list() argument 91 accept_all(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) accept_all() argument
|
H A D | nf_conntrack_proto_sctp.c | 316 sctp_error(struct sk_buff *skb, unsigned int dataoff, const struct nf_hook_state *state) sctp_error() argument 348 nf_conntrack_sctp_packet(struct nf_conn *ct, struct sk_buff *skb, unsigned int dataoff, enum ip_conntrack_info ctinfo, const struct nf_hook_state *state) nf_conntrack_sctp_packet() argument [all...] |
H A D | nf_conntrack_proto_dccp.c | 390 u_int8_t state; dccp_new() local 430 dccp_error(const struct dccp_hdr *dh, struct sk_buff *skb, unsigned int dataoff, const struct nf_hook_state *state) dccp_error() argument 512 nf_conntrack_dccp_packet(struct nf_conn *ct, struct sk_buff *skb, unsigned int dataoff, enum ip_conntrack_info ctinfo, const struct nf_hook_state *state) nf_conntrack_dccp_packet() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_proto_sctp.c | 368 static const char *sctp_state_name(int state) in sctp_state_name() argument [all...] |
H A D | ip_vs_proto_tcp.c | 425 static const char * tcp_state_name(int state) in tcp_state_name() argument 432 static bool tcp_state_active(int state) in tcp_state_active() argument [all...] |