/linux-4.1.27/arch/x86/um/ |
H A D | Makefile | 39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
|
/linux-4.1.27/scripts/ |
H A D | makelst | 6 # $(CC) $(c_flags) -g -c -o $*.o $< &&
|
/linux-4.1.27/fs/coda/ |
H A D | coda_fs_i.h | 18 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and 25 u_short c_flags; /* flags (see below) */ member in struct:coda_inode_info
|
H A D | dir.c | 459 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) coda_dentry_revalidate() 465 if (cii->c_flags & C_FLUSH) coda_dentry_revalidate() 474 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); coda_dentry_revalidate() 493 flags = (ITOC(d_inode(dentry))->c_flags) & C_PURGE; coda_dentry_delete() 516 if (!cii->c_flags) coda_revalidate_inode() 519 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { coda_revalidate_inode() 546 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); coda_revalidate_inode()
|
H A D | coda_linux.h | 101 cii->c_flags |= flag; coda_flag_inode()
|
H A D | inode.c | 49 ei->c_flags = 0; coda_alloc_inode()
|
/linux-4.1.27/arch/s390/kernel/vdso32/ |
H A D | Makefile | 46 cmd_vdso32ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.1.27/arch/s390/kernel/vdso64/ |
H A D | Makefile | 46 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.1.27/arch/powerpc/kernel/vdso32/ |
H A D | Makefile | 46 cmd_vdso32ld = $(CROSS32CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.1.27/arch/powerpc/kernel/vdso64/ |
H A D | Makefile | 39 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.1.27/arch/arm64/kernel/vdso/ |
H A D | Makefile | 55 cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $^ -o $@
|
/linux-4.1.27/arch/arm/vdso/ |
H A D | Makefile | 49 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
|
/linux-4.1.27/net/rds/ |
H A D | connection.c | 104 conn->c_flags = 0; rds_conn_reset() 207 conn->c_flags = 0; __rds_conn_create() 299 !test_bit(RDS_IN_XMIT, &conn->c_flags)); rds_conn_shutdown() 503 rds_conn_info_set(cinfo->flags, test_bit(RDS_IN_XMIT, &conn->c_flags), rds_conn_info_visitor() 573 !test_and_set_bit(RDS_RECONNECT_PENDING, &conn->c_flags)) rds_conn_connect_if_down()
|
H A D | threads.c | 121 set_bit(RDS_RECONNECT_PENDING, &conn->c_flags); rds_queue_reconnect() 144 clear_bit(RDS_RECONNECT_PENDING, &conn->c_flags); rds_connect_worker()
|
H A D | ib_send.c | 338 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_ib_send_cq_comp_handler() 423 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_send_grab_credits() 459 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); rds_ib_send_add_credits() 462 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_ib_send_add_credits() 567 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_xmit() 582 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_xmit()
|
H A D | iw_send.c | 290 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_iw_send_cq_comp_handler() 375 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_send_grab_credits() 411 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); rds_iw_send_add_credits() 414 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_iw_send_add_credits() 534 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_xmit() 550 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_xmit()
|
H A D | send.c | 104 return test_and_set_bit(RDS_IN_XMIT, &conn->c_flags) == 0; acquire_in_xmit() 109 clear_bit(RDS_IN_XMIT, &conn->c_flags); release_in_xmit() 1100 if (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_sendmsg() 1157 if (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_send_pong()
|
H A D | rds.h | 79 /* Bits for c_flags */ 114 unsigned long c_flags; member in struct:rds_connection
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
H A D | Makefile | 44 SYSCFLAGS_vdso.so.dbg = $(c_flags)
|
/linux-4.1.27/ |
H A D | Makefile | 51 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
|