Searched refs:local_set (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | local.h | 30 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) macro 51 #define __local_inc(l) local_set((l), local_read(l) + 1) 52 #define __local_dec(l) local_set((l), local_read(l) - 1) 53 #define __local_add(i,l) local_set((l), local_read(l) + (i)) 54 #define __local_sub(i,l) local_set((l), local_read(l) - (i))
|
D | local64.h | 31 #define local64_set(l,i) local_set((&(l)->a),(i))
|
/Linux-v4.19/kernel/trace/ |
D | ring_buffer.c | 353 local_set(&bpage->commit, 0); in rb_init_page() 1091 local_set(&next_page->page->commit, 0); in rb_tail_page_update() 2457 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write() 2470 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write() 3678 local_set(&cpu_buffer->reader_page->write, 0); in rb_get_reader_page() 3679 local_set(&cpu_buffer->reader_page->entries, 0); in rb_get_reader_page() 3680 local_set(&cpu_buffer->reader_page->page->commit, 0); in rb_get_reader_page() 4314 local_set(&cpu_buffer->head_page->write, 0); in rb_reset_cpu() 4315 local_set(&cpu_buffer->head_page->entries, 0); in rb_reset_cpu() 4316 local_set(&cpu_buffer->head_page->page->commit, 0); in rb_reset_cpu() [all …]
|
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-etb10.c | 263 local_set(&drvdata->mode, CS_MODE_DISABLED); in etb_disable() 313 local_set(&buf->data_size, 0); in etb_set_buffer() 474 local_set(&buf->data_size, (cur * PAGE_SIZE) + offset); in etb_update_buffer() 552 local_set(&drvdata->reading, 0); in etb_release()
|
D | coresight-tmc-etf.c | 347 local_set(&buf->data_size, 0); in tmc_set_etf_buffer() 496 local_set(&buf->data_size, (cur * PAGE_SIZE) + offset); in tmc_update_etf_buffer()
|
D | coresight-etm3x.c | 538 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm_enable() 638 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm_disable()
|
D | coresight-etm4x.c | 304 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm4_enable() 411 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm4_disable()
|
D | coresight-stm.c | 276 local_set(&drvdata->mode, CS_MODE_DISABLED); in stm_disable()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | local.h | 15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | local.h | 17 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | local.h | 25 static __inline__ void local_set(local_t *l, long i) in local_set() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | local.h | 20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) macro
|
/Linux-v4.19/arch/x86/events/intel/ |
D | bts.c | 210 local_set(&buf->data_size, head); in bts_update() 419 local_set(&buf->head, head); in bts_buffer_reset()
|
D | pt.c | 776 local_set(&buf->data_size, base); in pt_update_head() 1036 local_set(&buf->data_size, 0); in pt_buffer_reset_offsets()
|
/Linux-v4.19/kernel/events/ |
D | ring_buffer.c | 398 local_set(&rb->aux_nest, 0); in perf_aux_output_begin() 480 local_set(&rb->aux_nest, 0); in perf_aux_output_end()
|