Searched refs:cb_count (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/kernel/rcu/ |
D | tiny.c | 169 RCU_TRACE(int cb_count = 0); in __rcu_process_callbacks() 197 RCU_TRACE(cb_count++); in __rcu_process_callbacks() 199 RCU_TRACE(rcu_trace_sub_qlen(rcp, cb_count)); in __rcu_process_callbacks() 201 cb_count, 0, need_resched(), in __rcu_process_callbacks()
|
/linux-4.1.27/drivers/dma/ |
D | tegra20-apb-dma.c | 176 int cb_count; member 538 if (!dma_desc->cb_count) in tegra_dma_abort_all() 541 dma_desc->cb_count++; in tegra_dma_abort_all() 592 if (!dma_desc->cb_count) in handle_once_dma_done() 594 dma_desc->cb_count++; in handle_once_dma_done() 619 if (!dma_desc->cb_count) in handle_cont_sngl_cycle_dma_done() 621 dma_desc->cb_count++; in handle_cont_sngl_cycle_dma_done() 641 int cb_count; in tegra_dma_tasklet() local 650 cb_count = dma_desc->cb_count; in tegra_dma_tasklet() 651 dma_desc->cb_count = 0; in tegra_dma_tasklet() [all …]
|
/linux-4.1.27/include/linux/netfilter/ |
D | nfnetlink.h | 27 __u8 cb_count; /* number of callbacks */ member
|
/linux-4.1.27/net/netfilter/ |
D | xt_osf.c | 153 .cb_count = OSF_MSG_MAX,
|
D | nfnetlink_acct.c | 391 .cb_count = NFNL_MSG_ACCT_MAX,
|
D | nfnetlink_cttimeout.c | 537 .cb_count = IPCTNL_MSG_TIMEOUT_MAX,
|
D | nfnetlink.c | 113 if (cb_id >= ss->cb_count) in nfnetlink_find_client()
|
D | nfnetlink_cthelper.c | 642 .cb_count = NFNL_MSG_CTHELPER_MAX,
|
D | nft_compat.c | 607 .cb_count = NFNL_MSG_COMPAT_MAX,
|
D | nfnetlink_log.c | 930 .cb_count = NFULNL_MSG_MAX,
|
D | nfnetlink_queue_core.c | 1196 .cb_count = NFQNL_MSG_MAX,
|
D | nf_conntrack_netlink.c | 3171 .cb_count = IPCTNL_MSG_MAX, 3178 .cb_count = IPCTNL_MSG_EXP_MAX,
|
D | nf_tables_api.c | 4047 .cb_count = NFT_MSG_MAX,
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1832 .cb_count = IPSET_MSG_MAX,
|