| Function report | 
| Source Code: include\asm-generic\bitops\instrumented-non-atomic.h | Create Date:2022-07-28 05:34:15 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__set_bit - Set a bit in memory*@nr: the bit to set*@addr: the address to start counting from* Unlike set_bit(), this function is non-atomic. If it is called on the same* region of memory concurrently, the effect may be that only one operation* succeeds.
Proto:static inline void __set_bit(long nr, volatile unsigned long *addr)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| long | nr | |
| volatile unsigned long * | addr | 
| 27 | kasan_check_write(addr + BIT_WORD(nr), sizeof(long)) | 
| 28 | arch___set_bit(nr, addr) | 
| Name | Describe | 
|---|---|
| tag_set | |
| xas_squash_marks | xas_squash_marks() - Merge all marks to the first entry*@xas: Array operation state.* Set a mark on the first entry if any entry has it set. Clear marks on* all sibling entries. | 
| ida_alloc_range | da_alloc_range() - Allocate an unused ID.*@ida: IDA handle.*@min: Lowest ID to allocate.*@max: Highest ID to allocate.*@gfp: Memory allocation flags.* Allocate an ID between @min and @max, inclusive. The allocated ID will | 
| find_bit_test | |
| kasan_bitops | |
| __lc_get | |
| objagg_tmp_graph_edge_set | |
| do_clear_cpu_cap | |
| mce_no_way_out | Do a quick check if any of the events requires a panic.* This decides if we keep the events around or clear them. | 
| __mc_scan_banks | |
| pseudo_lock_minor_release | pseudo_lock_minor_release - Return minor number to available*@minor: The minor number made available | 
| insert_wq_barrier | sert_wq_barrier - insert a barrier work*@pwq: pwq to insert barrier into*@barr: wq_barrier to insert*@target: target work to attach @barr to*@worker: worker currently executing @target, NULL if @target is not executing*@barr is linked to @target such that | 
| init_rt_rq | |
| __enqueue_rt_entity | |
| register_lock_class | Register a lock's class in the hash-table, if the class is not present* yet. Otherwise we look it up. We cache the result in the lock object* itself, so actual lookup of the hash should be once per lock object. | 
| enqueue_timer | Enqueue the timer into the hash bucket, mark it pending in* the bitmap and store the index in the timer flags. | 
| __set_page_owner_handle | |
| __copy_page_owner | |
| clean_record_pte | lean_record_pte - Clean a pte and record its address space offset in a* bitmap*@pte: Pointer to the pte*@addr: The virtual page address*@walk: pagetable walk callback argument* The function cleans a pte and records the range in | 
| blk_set_cmd_filter_defaults | |
| blkcg_activate_policy | lkcg_activate_policy - activate a blkcg policy on a request_queue*@q: request_queue of interest*@pol: blkcg policy to activate* Activate @pol on @q | 
| bfq_mark_bfqq_just_created | |
| bfq_mark_bfqq_busy | |
| bfq_mark_bfqq_wait_request | |
| bfq_mark_bfqq_non_blocking_wait_rq | |
| bfq_mark_bfqq_fifo_expire | |
| bfq_mark_bfqq_has_short_ttime | |
| bfq_mark_bfqq_sync | |
| bfq_mark_bfqq_IO_bound | |
| bfq_mark_bfqq_in_large_burst | |
| bfq_mark_bfqq_coop | |
| bfq_mark_bfqq_split_coop | |
| bfq_mark_bfqq_softrt_update | |
| bfq_mark_bfqq_has_waker | |
| __set_close_on_exec | |
| __set_open_fd | |
| __set_bit_le | |
| __assign_bit | |
| bitmap_set | |
| __cpumask_set_cpu | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |