Searched refs:local_set (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.15/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-v5.15/kernel/trace/ |
| D | ring_buffer.c | 346 local_set(&bpage->commit, 0); in rb_init_page() 661 local_set(t, val); in rb_time_val_set() 1445 local_set(&next_page->page->commit, 0); in rb_tail_page_update() 2974 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write() 2983 local_set(&cpu_buffer->commit_page->page->commit, in rb_set_commit_to_write() 4465 local_set(&cpu_buffer->reader_page->write, 0); in rb_get_reader_page() 4466 local_set(&cpu_buffer->reader_page->entries, 0); in rb_get_reader_page() 4467 local_set(&cpu_buffer->reader_page->page->commit, 0); in rb_get_reader_page() 5101 local_set(&cpu_buffer->head_page->write, 0); in rb_reset_cpu() 5102 local_set(&cpu_buffer->head_page->entries, 0); in rb_reset_cpu() [all …]
|
| /Linux-v5.15/arch/alpha/include/asm/ |
| D | local.h | 15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) macro
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | local.h | 17 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) macro
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | local.h | 25 static __inline__ void local_set(local_t *l, long i) in local_set() function
|
| /Linux-v5.15/arch/mips/include/asm/ |
| D | local.h | 20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) macro
|
| /Linux-v5.15/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 | 833 local_set(&buf->data_size, buf->output_off); in pt_update_head() 845 local_set(&buf->data_size, base); in pt_update_head() 1165 local_set(&buf->data_size, 0); in pt_buffer_reset_offsets()
|
| /Linux-v5.15/drivers/hwtracing/coresight/ |
| D | coresight-etb10.c | 422 local_set(&buf->data_size, 0); in etb_set_buffer() 645 local_set(&drvdata->reading, 0); in etb_release()
|
| D | coresight-etm3x-core.c | 560 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm_enable() 665 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm_disable()
|
| D | coresight-tmc-etf.c | 439 local_set(&buf->data_size, 0); in tmc_set_etf_buffer()
|
| D | coresight-stm.c | 278 local_set(&drvdata->mode, CS_MODE_DISABLED); in stm_disable()
|
| D | coresight-etm4x-core.c | 732 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm4_enable() 892 local_set(&drvdata->mode, CS_MODE_DISABLED); in etm4_disable()
|
| /Linux-v5.15/block/ |
| D | blk-iocost.c | 2845 local_set(&ccs->missed[i].nr_met, 0); in blk_iocost_init() 2846 local_set(&ccs->missed[i].nr_missed, 0); in blk_iocost_init()
|