Searched refs:cb_count (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/kernel/rcu/ |
D | tiny.c | 136 RCU_TRACE(int cb_count = 0); in __rcu_process_callbacks() 164 RCU_TRACE(cb_count++); in __rcu_process_callbacks() 166 RCU_TRACE(rcu_trace_sub_qlen(rcp, cb_count)); in __rcu_process_callbacks() 168 cb_count, 0, need_resched(), in __rcu_process_callbacks()
|
/linux-4.4.14/drivers/dma/ |
D | tegra20-apb-dma.c | 175 int cb_count; member 558 if (!dma_desc->cb_count) in tegra_dma_abort_all() 561 dma_desc->cb_count++; in tegra_dma_abort_all() 612 if (!dma_desc->cb_count) in handle_once_dma_done() 614 dma_desc->cb_count++; in handle_once_dma_done() 638 if (!dma_desc->cb_count) in handle_cont_sngl_cycle_dma_done() 640 dma_desc->cb_count++; in handle_cont_sngl_cycle_dma_done() 659 int cb_count; in tegra_dma_tasklet() local 668 cb_count = dma_desc->cb_count; in tegra_dma_tasklet() 669 dma_desc->cb_count = 0; in tegra_dma_tasklet() [all …]
|
/linux-4.4.14/include/linux/netfilter/ |
D | nfnetlink.h | 27 __u8 cb_count; /* number of callbacks */ member
|
/linux-4.4.14/net/netfilter/ |
D | xt_osf.c | 153 .cb_count = OSF_MSG_MAX,
|
D | nfnetlink.c | 113 if (cb_id >= ss->cb_count) in nfnetlink_find_client()
|
D | nfnetlink_acct.c | 393 .cb_count = NFNL_MSG_ACCT_MAX,
|
D | nfnetlink_cttimeout.c | 566 .cb_count = IPCTNL_MSG_TIMEOUT_MAX,
|
D | nfnetlink_cthelper.c | 642 .cb_count = NFNL_MSG_CTHELPER_MAX,
|
D | nft_compat.c | 609 .cb_count = NFNL_MSG_COMPAT_MAX,
|
D | nfnetlink_log.c | 951 .cb_count = NFULNL_MSG_MAX,
|
D | nfnetlink_queue.c | 1255 .cb_count = NFQNL_MSG_MAX,
|
D | nf_conntrack_netlink.c | 3305 .cb_count = IPCTNL_MSG_MAX, 3312 .cb_count = IPCTNL_MSG_EXP_MAX,
|
D | nf_tables_api.c | 4116 .cb_count = NFT_MSG_MAX,
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 1877 .cb_count = IPSET_MSG_MAX,
|