| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 393 #define arch_atomic_fetch_inc atomic_fetch_inc 399 #ifdef atomic_fetch_inc 400 #define atomic_fetch_inc_acquire atomic_fetch_inc 401 #define atomic_fetch_inc_release atomic_fetch_inc 402 #define atomic_fetch_inc_relaxed atomic_fetch_inc 405 #ifndef atomic_fetch_inc 407 atomic_fetch_inc(atomic_t *v) in atomic_fetch_inc() function 411 #define atomic_fetch_inc atomic_fetch_inc macro 464 #ifndef atomic_fetch_inc 466 atomic_fetch_inc(atomic_t *v) in atomic_fetch_inc() function [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_gem.h | 100 if (!atomic_fetch_inc(&t->count)) in __tasklet_disable_sync_once()
|
| H A D | i915_active.c | 529 if (!atomic_fetch_inc(&ref->count)) in __i915_active_activate()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | netdev_rx.c | 313 if (atomic_fetch_inc(&priv->netdevs)) in hfi1_netdev_rx_init() 397 if (atomic_fetch_inc(&priv->enabled)) in hfi1_netdev_enable_queues()
|
| H A D | trace.c | 536 unsigned long packet_count = atomic_fetch_inc(&hist.count); in hfi1_trace_print_rsm_hist() 544 val = atomic_fetch_inc(count); in hfi1_trace_print_rsm_hist()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | watchdog_hld.c | 196 if (!atomic_fetch_inc(&watchdog_cpus)) in hardlockup_detector_perf_enable()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_seal.c | 156 seq_send = atomic_fetch_inc(&ctx->seq_send); in gss_get_mic_v1()
|
| H A D | gss_krb5_wrap.c | 231 seq_send = atomic_fetch_inc(&kctx->seq_send); in gss_wrap_kerberos_v1()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_timeline.c | 354 if (atomic_fetch_inc(&tl->pin_count)) { in intel_timeline_pin() 397 if (!atomic_fetch_inc(&tl->active_count)) { in intel_timeline_enter()
|
| H A D | intel_engine_pm.c | 122 if (!atomic_fetch_inc(&tl->active_count)) in __queue_and_release_pm()
|
| H A D | intel_ring.c | 37 if (atomic_fetch_inc(&ring->pin_count)) in intel_ring_pin()
|
| H A D | gen8_ppgtt.c | 216 if (atomic_fetch_inc(&pt->used) >> gen8_pd_shift(1) && in __gen8_ppgtt_clear()
|
| H A D | intel_rps.c | 911 if (!atomic_fetch_inc(&rps->num_waiters) && in intel_rps_boost()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.def | 81 atomic_fetch_inc(X) __atomic_fetch_op{mb}(X,+,1)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_shrinker.c | 446 if (!atomic_fetch_inc(&obj->mm.shrink_pin) && in i915_gem_object_make_unshrinkable()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-instrumented.h | 288 atomic_fetch_inc(atomic_t *v) in atomic_fetch_inc() function 293 #define atomic_fetch_inc atomic_fetch_inc macro
|
| H A D | atomic-long.h | 685 return atomic_fetch_inc(v); in atomic_long_fetch_inc()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_gre.c | 462 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) : 0); in __gre_xmit() 500 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) : 0); in gre_fb_xmit() 582 proto, 0, htonl(atomic_fetch_inc(&tunnel->o_seqno))); in erspan_fb_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/crypto/ |
| H A D | tls.c | 371 if (!atomic_fetch_inc(&nn->ktls_no_space)) in nfp_net_tls_add()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_file.c | 424 if (!atomic_fetch_inc(&dev->open_count)) in drm_open()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_common.c | 646 task->task_index = atomic_fetch_inc(&mpp->task_index); in mpp_process_task_default() 647 task->task_id = atomic_fetch_inc(&mpp->queue->task_id); in mpp_process_task_default() 1260 session->index = atomic_fetch_inc(&mpp->session_index); in mpp_process_request()
|
| H A D | mpp_rkvdec2_link.c | 1155 task->task_index = atomic_fetch_inc(&mpp->task_index); in rkvdec2_link_process_task() 1156 task->task_id = atomic_fetch_inc(&mpp->queue->task_id); in rkvdec2_link_process_task()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_gre.c | 769 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) in __gre6_xmit() 780 (flags & TUNNEL_SEQ) ? htonl(atomic_fetch_inc(&tunnel->o_seqno)) in __gre6_xmit() 1064 gre_build_header(skb, 8, TUNNEL_SEQ, proto, 0, htonl(atomic_fetch_inc(&t->o_seqno))); in ip6erspan_tunnel_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_gem.c | 751 if (!atomic_fetch_inc(&msm_obj->active_count)) { in msm_gem_active_get()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | arm-cmn.c | 1554 name = devm_kasprintf(cmn->dev, GFP_KERNEL, "arm_cmn_%d", atomic_fetch_inc(&id)); in arm_cmn_probe()
|